/[adm]/puppet/deployment/common/manifests/init.pp
ViewVC logotype

Diff of /puppet/deployment/common/manifests/init.pp

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

revision 228 by dams, Wed Nov 10 11:26:55 2010 UTC revision 229 by dams, Wed Nov 10 11:37:10 2010 UTC
# Line 81  class default_ssh_root_key { Line 81  class default_ssh_root_key {
81  class urpmi_update {  class urpmi_update {
82      cron { urpmi_update:      cron { urpmi_update:
83          user => root,          user => root,
84          hour => 4,          hour => */4,
85          minute => *,          minute => 0,
86          command => "urpmi.update -a",          command => "urpmi.update -a",
87      }      }
88    

Legend:
Removed from v.228  
changed lines
  Added in v.229

  ViewVC Help
Powered by ViewVC 1.1.30