diff options
author | varac <varacanero@zeromail.org> | 2014-02-13 08:46:52 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-02-13 08:46:52 +0100 |
commit | 234d9fdf88d95db79c9d5983af8e0c318edb28c7 (patch) | |
tree | 0f85df350d582024bc2aa870711285325fc96bea /provider_base | |
parent | 251c250fe5cf44c99a74d4359cb29b0bf165f3af (diff) | |
parent | 0b3e87cd6916d4ca4404fd2b375d21468d17f343 (diff) |
Merge remote-tracking branch 'elijah/feature/known_hosts' into fix_develop
Diffstat (limited to 'provider_base')
-rw-r--r-- | provider_base/common.json | 1 | ||||
-rw-r--r-- | provider_base/services/monitor.json | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/provider_base/common.json b/provider_base/common.json index 07a45972..07a58bba 100644 --- a/provider_base/common.json +++ b/provider_base/common.json @@ -16,7 +16,6 @@ }, "ssh": { "authorized_keys": "= authorized_keys", - "known_hosts": "=> known_hosts_file", "port": 22, "mosh": { "ports": "60000:61000", diff --git a/provider_base/services/monitor.json b/provider_base/services/monitor.json index cf117869..53e6b1f1 100644 --- a/provider_base/services/monitor.json +++ b/provider_base/services/monitor.json @@ -1,7 +1,7 @@ { "nagios": { "nagiosadmin_pw": "= secret :nagios_admin_password", - "hosts": "= nodes_like_me.pick_fields('domain.internal', 'ip_address', 'services', 'openvpn.gateway_address')" + "hosts": "= nodes_like_me[:services => '!monitor'].pick_fields('domain.internal', 'ip_address', 'services', 'openvpn.gateway_address')" }, "hosts": "= hosts_file(nodes_like_me[:services => '!monitor'])", "ssh": { |