Project

General

Profile

« Previous | Next » 

Revision 7948ec3f

Added by Greg Sutcliffe about 12 years ago

Add daemonized run mode, select run style from params

View differences:

manifests/params.pp
default => ['puppet-server'],
}
# Run_style can be cron, daemon, or none
$run_style = 'none'
# THis only applies to cron-style
$cron_range = 60 # the maximum value for our cron
$cron_interval = 2 # the amount of values within the $cron_range
}

Also available in: Unified diff