projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8e5afa
)
nagios is also allowed to connect to ssh
author
Stephen Gran
<steve@lobefin.net>
Sun, 21 Feb 2010 15:36:12 +0000
(15:36 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 21 Feb 2010 15:36:12 +0000
(15:36 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ferm/templates/me.conf.erb
patch
|
blob
|
history
diff --git
a/modules/ferm/templates/me.conf.erb
b/modules/ferm/templates/me.conf.erb
index
5a13907
..
2d05f5e
100644
(file)
--- a/
modules/ferm/templates/me.conf.erb
+++ b/
modules/ferm/templates/me.conf.erb
@@
-9,7
+9,7
@@
sshallowed = []
case hostname
- when 'logtest01' then sshallowed << [ '$DSA_IPS' ]
+ when 'logtest01' then sshallowed << [ '$DSA_IPS'
, '$HOST_NAGIOS'
]
end
if sshallowed.length == 0