Changeset 183 for trunk/puppet/manifests/site.pp
- Timestamp:
- May 12, 2009, 8:30:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/puppet/manifests/site.pp
r181 r183 20 20 node walsh { 21 21 include test_class 22 include matrix::cronapt 22 23 cronapt::mailon-mailto { dist: 24 mailon => "upgrade", 25 mailto => "seguridad@localhost" 26 } 27 23 28 include estacion-de-trabajo 24 29 … … 32 37 include matrix::ldapauthclient 33 38 34 svn::checkout { dist:35 repository => "https://svn.redcta.org.ar/proyectos/redcta/trunk/gnome-theme-xp",36 # svnparms = "--someparameter=AAAA --other parameter",37 local_path => "/dist",38 local_name => "gnome-theme-xp"39 # user => "puppet",40 # password => "mypassword"41 42 # ln -s /dist/gnome-theme-xp/files/GnomeXP /usr/share/icons43 # ln -s /dist/gnome-theme-xp/files/XPLuna /usr/share/themes44 }45 46 39 } 47 40
Note: See TracChangeset
for help on using the changeset viewer.