File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 49
49
$puppet_run_command = ' /usr/bin/puppet agent --no-daemonize --onetime --logdest syslog > /dev/null 2>&1' ,
50
50
$user_id = undef ,
51
51
$group_id = undef ,
52
+ $package_provider = $::puppet::params::package_provider,
52
53
53
54
#[main]
54
55
$templatedir = undef ,
96
97
}
97
98
package { $puppet_agent_package:
98
99
ensure => $version ,
100
+ provider => $package_provider ,
99
101
}
100
102
101
103
if $puppet_run_style == ' service' {
Original file line number Diff line number Diff line change 31
31
$puppetdb_strict_validation = true
32
32
$environments = ' config'
33
33
$digest_algorithm = ' md5'
34
+ $package_provider = undef # falls back to system default
34
35
35
36
# Only used when environments == directory
36
37
$environmentpath = " ${confdir} /environments"
You can’t perform that action at this time.
0 commit comments