Changeset 183


Ignore:
Timestamp:
May 12, 2009, 8:30:31 PM (15 years ago)
Author:
sebas
Message:

clean up

Location:
trunk/puppet/manifests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/puppet/manifests/classes/cronapt.pp

    r175 r183  
    33#    cronapt::mailon-mailto { dist:
    44#       mailon => "upgrade",
    5 #       mailto => "root@localhost"
     5#       mailto => "seguridad@localhost"
    66#    }
    77
  • trunk/puppet/manifests/site.pp

    r181 r183  
    2020node walsh {
    2121    include test_class
    22     include matrix::cronapt
     22
     23    cronapt::mailon-mailto { dist:
     24       mailon => "upgrade",
     25       mailto => "seguridad@localhost"
     26    }
     27
    2328    include estacion-de-trabajo
    2429
     
    3237    include matrix::ldapauthclient
    3338
    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/icons
    43 # ln -s /dist/gnome-theme-xp/files/XPLuna /usr/share/themes
    44    }
    45 
    4639}
    4740
Note: See TracChangeset for help on using the changeset viewer.