Changeset 713


Ignore:
Timestamp:
May 9, 2010, 3:06:59 AM (14 years ago)
Author:
sebas@…
Message:

formateo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/puppet/modules/puppet-ltsp/manifests/classes/server.pp

    r712 r713  
    1818
    1919    exec { "ltsp-update-kernels":
    20         command => "ltsp-update-kernels",
    21         path    => "/bin:/sbin:/usr/sbin:/usr/bin",
     20        command     => "ltsp-update-kernels",
     21        path        => "/bin:/sbin:/usr/sbin:/usr/bin",
    2222        refreshonly => true
    2323    }
    2424
    2525    exec { "ltsp-update-image":
    26         command => "chroot /opt/ltsp/i386/ apt-get clean && ltsp-update-image",
    27         path    => "/bin:/sbin:/usr/sbin:/usr/bin",
     26        command     => "chroot /opt/ltsp/i386/ apt-get clean && ltsp-update-image",
     27        path        => "/bin:/sbin:/usr/sbin:/usr/bin",
    2828        refreshonly => true
    2929    }
Note: See TracChangeset for help on using the changeset viewer.