finale version

This commit is contained in:
2016-07-14 11:08:54 +02:00
parent 359a89d882
commit ac6e8d0b99
2 changed files with 6 additions and 8 deletions

View File

@@ -14,14 +14,11 @@ class puppet::agent (
case $::kernel {
'Linux' : {
$puppetpkgs = ['puppet', 'puppet-common']
$puppetpkgs = ['puppet-agent']
Package {
provider => 'apt' }
if $::lsbdistid != 'Ubuntu' {
package { 'ruby-msgpack': ensure => $ensure }
}
}
default : {
$puppetpkgs = 'puppet'
@@ -91,7 +88,7 @@ class puppet::agent (
# #settings
if $ensure != 'absent' {
Ini_setting {
path => '/etc/puppet/puppet.conf',
path => '/etc/puppetlabs/puppet/puppet.conf',
section => 'agent',
}