Skip to content

Commit b6f5efd

Browse files
committed
Change relationship agent service and config.
In preparation for ability not to manage the agent service.
1 parent 8b8e27f commit b6f5efd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

manifests/agent.pp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
require => Package[$puppet_agent_package],
100100
owner => $::puppet::params::puppet_user,
101101
group => $::puppet::params::puppet_group,
102-
notify => Service[$puppet_agent_service],
103102
mode => '0655',
104103
}
105104
}
@@ -143,7 +142,7 @@
143142
enable => $service_enable,
144143
hasstatus => true,
145144
hasrestart => true,
146-
subscribe => File [$::puppet::params::puppet_conf],
145+
subscribe => [File[$::puppet::params::puppet_conf], File[$::puppet::params::confdir]],
147146
require => Package[$puppet_agent_package],
148147
}
149148

@@ -154,7 +153,6 @@
154153
require => File[$::puppet::params::confdir],
155154
owner => $::puppet::params::puppet_user,
156155
group => $::puppet::params::puppet_group,
157-
notify => Service[$puppet_agent_service],
158156
}
159157
}
160158
else {

0 commit comments

Comments
 (0)