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

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

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

revision 2354 by boklm, Mon Feb 6 00:06:19 2012 UTC revision 2355 by boklm, Mon Feb 6 00:15:20 2012 UTC
# Line 35  class mgasoft( Line 35  class mgasoft(
35          refresh => '0',          refresh => '0',
36          require => User[$mgasoft_login],          require => User[$mgasoft_login],
37      }      }
38    
39        cron { "mgasoft-publish":
40            command => '/usr/bin/mgasoft-publish',
41            user => $mgasoft_login,
42            minute => '*/5',
43        }
44  }  }

Legend:
Removed from v.2354  
changed lines
  Added in v.2355

  ViewVC Help
Powered by ViewVC 1.1.30