Skip to content

Commit

Permalink
Merge pull request #121 from iflowfor8hours/next
Browse files Browse the repository at this point in the history
Add daemon install to Debian family slave installs
  • Loading branch information
R. Tyler Croy committed Apr 16, 2014
2 parents 0b78b03 + de1e0c7 commit 1c469fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manifests/slave.pp
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@
owner => 'root',
group => 'root',
content => template("${module_name}/jenkins-slave-defaults.${::osfamily}"),
require => Package['daemon'],
}

package { 'daemon':
ensure => present,
}
}
default: {
Expand Down

0 comments on commit 1c469fa

Please sign in to comment.