File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 99
99
require => Package[$puppet_agent_package ],
100
100
owner => $::puppet::params::puppet_user ,
101
101
group => $::puppet::params::puppet_group ,
102
- notify => Service[$puppet_agent_service ],
103
102
mode => ' 0655' ,
104
103
}
105
104
}
143
142
enable => $service_enable ,
144
143
hasstatus => true ,
145
144
hasrestart => true ,
146
- subscribe => File [$::puppet::params::puppet_conf ],
145
+ subscribe => [ File [$::puppet::params::puppet_conf ], File [ $::puppet::params::confdir ] ],
147
146
require => Package[$puppet_agent_package ],
148
147
}
149
148
154
153
require => File [$::puppet::params::confdir ],
155
154
owner => $::puppet::params::puppet_user ,
156
155
group => $::puppet::params::puppet_group ,
157
- notify => Service[$puppet_agent_service ],
158
156
}
159
157
}
160
158
else {
You can’t perform that action at this time.
0 commit comments