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 55
55
$puppet_run_command = ' /usr/bin/puppet agent --no-daemonize --onetime --logdest syslog > /dev/null 2>&1' ,
56
56
$user_id = undef ,
57
57
$group_id = undef ,
58
+ $package_provider = $::puppet::params::package_provider,
58
59
59
60
#[main]
60
61
$templatedir = undef ,
110
111
}
111
112
package { $puppet_agent_package:
112
113
ensure => $version ,
114
+ provider => $package_provider ,
113
115
}
114
116
115
117
if $puppet_run_style == ' service' {
Original file line number Diff line number Diff line change 33
33
$digest_algorithm = ' md5'
34
34
$puppet_run_interval = 30
35
35
$classfile = ' $statedir/classes.txt'
36
+ $package_provider = undef # falls back to system default
36
37
37
38
# Only used when environments == directory
38
39
$environmentpath = " ${confdir} /environments"
You can’t perform that action at this time.
0 commit comments