File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
# limitations under the License.
21
21
#
22
22
23
- ohai 'reload' do
23
+ ohai 'reload openssh-client ' do
24
24
action :nothing
25
25
end
26
26
27
27
package 'openssh-client' do
28
28
package_name node [ 'ssh-hardening' ] [ 'sshclient' ] [ 'package' ]
29
29
# we need to reload the package version, otherwise we get the version that was installed before cookbook execution
30
- notifies :reload , 'ohai[reload]' , :immediate
30
+ notifies :reload , 'ohai[reload openssh-client ]' , :immediately
31
31
end
32
32
33
33
directory 'openssh-client ssh directory /etc/ssh' do
Original file line number Diff line number Diff line change 40
40
directory cache_dir
41
41
42
42
# installs package name
43
- ohai 'reload' do
43
+ ohai 'reload openssh-server ' do
44
44
action :nothing
45
45
end
46
46
47
47
package 'openssh-server' do
48
48
package_name node [ 'ssh-hardening' ] [ 'sshserver' ] [ 'package' ]
49
49
# we need to reload the package version, otherwise we get the version that was installed before cookbook execution
50
- notifies :reload , 'ohai[reload]' , :immediate
50
+ notifies :reload , 'ohai[reload openssh-server ]' , :immediately
51
51
end
52
52
53
53
# Handle addional SELinux policy on RHEL/Fedora for different UsePAM options
You can’t perform that action at this time.
0 commit comments