/[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 6 by misc, Tue Oct 26 16:35:23 2010 UTC revision 7 by misc, Tue Oct 26 16:44:10 2010 UTC
# Line 5  node valstar { Line 5  node valstar {
5      package {"subversion":      package {"subversion":
6          ensure => "installed"          ensure => "installed"
7      }      }
8    
9        # update the puppet snapshot
10        cron { puppet_update:
11               command => "cd /etc/puppet && /usr/bin/svn update -q",
12               user => root,
13               minute => '*/5'
14        }
15  }  }
16    
17  # web apps  # web apps

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

  ViewVC Help
Powered by ViewVC 1.1.30