Project

General

Profile

« Previous | Next » 

Revision 1c0eed2c

Added by Ohad Levy about 12 years ago

adds basic cron handling for puppet runs

View differences:

manifests/params.pp
$apache_conf_dir = $foreman::params::apache_conf_dir
$app_root = "${dir}/rack"
$ssl_dir = '/var/lib/puppet/ssl'
$master_package = $::operatingsystem ? {
/(Debian|Ubuntu)/ => ['puppetmaster'],
default => ['puppet-server'],
}
$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