/[adm]/puppet/manifests/nodes.pp
ViewVC logotype

Diff of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7 by misc, Tue Oct 26 16:44:10 2010 UTC revision 9 by misc, Tue Oct 26 16:51:43 2010 UTC
# Line 12  node valstar { Line 12  node valstar {
12             user => root,             user => root,
13             minute => '*/5'             minute => '*/5'
14      }      }
15    
16        exec { puppet_etc:
17            cwd => "/etc/",
18            command => "/usr/bin/svn co svn://vm-gandi.mageia.org/adm/puppet/",
19            user => "root",
20            creates => "/etc/puppet/manifests/site.pp"
21        }
22    
23        package {"puppet-server":
24            ensure => "installed"
25        }
26  }  }
27    
28  # web apps  # web apps

Legend:
Removed from v.7  
changed lines
  Added in v.9

  ViewVC Help
Powered by ViewVC 1.1.30