Skip to content

Commit

Permalink
Fixes #5902: correct reporting on ssh technique on aix when service i…
Browse files Browse the repository at this point in the history
…s already defined at boot
  • Loading branch information
ncharles committed Dec 2, 2014
1 parent f51fba0 commit 620f23c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ bundle agent rudder_openssh_server_configuration(class_prefix, service_name, par
# lssrc is clever, and kept in a cache the entry if the daemon is still running, so grepping
# /etc/inittab instead, to be sure that service is defined at boot
"${class_prefix}_activated_on_boot_kept"
expression => returnszero("/usr/bin/grep -q -E ^sshd: /etc/inittab", "useshell");
expression => returnszero("/usr/bin/grep -q -E ^sshd: /etc/inittab", "useshell"),
scope => "namespace";

files:

Expand Down

0 comments on commit 620f23c

Please sign in to comment.