Skip to content

Commit

Permalink
Don't make the choice of daemon or cron a global one
Browse files Browse the repository at this point in the history
  • Loading branch information
GregSutcliffe committed Apr 11, 2012
1 parent 6f00714 commit f7ae619
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,4 @@
include puppet::params
include puppet::install
include puppet::config

case $puppet::params::run_style {
'cron': { include puppet::cron }
'daemon': { include puppet::daemon }
default: { }
}
}

0 comments on commit f7ae619

Please sign in to comment.