File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change 42
42
# }
43
43
#
44
44
class puppet::agent (
45
- $puppet_server = $::puppet::params::puppet_server,
46
- $puppet_server_port = $::puppet::params::puppet_server_port,
47
45
$puppet_agent_service = $::puppet::params::puppet_agent_service,
48
46
$puppet_agent_package = $::puppet::params::puppet_agent_package,
49
47
$version = ' present' ,
50
48
$puppet_run_style = ' service' ,
51
- $puppet_run_interval = 30,
52
49
$puppet_run_command = ' /usr/bin/puppet agent --no-daemonize --onetime --logdest syslog > /dev/null 2>&1' ,
53
50
$user_id = undef ,
54
51
$group_id = undef ,
55
- $splay = false ,
56
- $environment = ' production ' ,
57
- $report = true ,
58
- $pluginsync = true ,
59
- $use_srv_records = false ,
52
+
53
+ #[main]
54
+ $templatedir = undef ,
55
+
56
+ #[agent]
60
57
$srv_domain = undef ,
61
58
$ordering = undef ,
62
- $templatedir = undef ,
63
59
$trusted_node_data = undef ,
60
+ $environment = ' production' ,
61
+ $puppet_server = $::puppet::params::puppet_server,
62
+ $use_srv_records = false ,
63
+ $puppet_run_interval = 30,
64
+ $splay = false ,
65
+ $puppet_server_port = $::puppet::params::puppet_server_port,
66
+ $report = true ,
67
+ $pluginsync = true ,
64
68
$listen = false ,
65
69
$reportserver = ' $server' ,
66
70
$digest_algorithm = $::puppet::params::digest_algorithm,
You can’t perform that action at this time.
0 commit comments