/[adm]/puppet/modules/openssh/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/openssh/manifests/init.pp

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

revision 1639 by boklm, Tue May 24 13:10:56 2011 UTC revision 1640 by boklm, Tue May 24 13:13:08 2011 UTC
# Line 69  class openssh { Line 69  class openssh {
69          cron { 'sshkey2file':          cron { 'sshkey2file':
70              command => $sshkey2file,              command => $sshkey2file,
71              hour => "*",              hour => "*",
72              minute => */10,              minute => "*/10",
73              user => root,              user => root,
74              environment => "MAILTO=root",              environment => "MAILTO=root",
75              require => File[$sshkey2file],              require => File[$sshkey2file],

Legend:
Removed from v.1639  
changed lines
  Added in v.1640

  ViewVC Help
Powered by ViewVC 1.1.30