Changeset 711 for trunk/puppet/modules


Ignore:
Timestamp:
May 9, 2010, 2:27:39 AM (14 years ago)
Author:
sebas@…
Message:

agrego el exec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/puppet/modules/puppet-login_themes/manifests/classes/plymouth-logocta.pp

    r710 r711  
    1212         group   => root,
    1313         source  => "puppet:///login_themes/plymouth/ubuntu_logo.png",
     14         notify  => Exec["set_logo_en_plymouth"],
    1415         require => Package[plymouth-theme-ubuntu-logo];
    1516        "/lib/plymouth/themes/ubuntu-logo/ubuntu_logo16.png":
     
    1819         group   => root,
    1920         source  => "puppet:///login_themes/plymouth/ubuntu_logo16.png",
     21         notify  => Exec["set_logo_en_plymouth"],
    2022         require => Package[plymouth-theme-ubuntu-logo];
    2123    }
     24
     25   exec { "set_logo_en_plymouth":
     26       command => "update-initramfs -u",
     27       path    => "/bin:/sbin:/usr/sbin:/usr/bin",
     28       refreshonly  => true,
     29   }
     30
    2231}
Note: See TracChangeset for help on using the changeset viewer.