diff options
author | James Farr <webmaster@nertwork.com> | 2017-02-19 19:52:41 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-19 19:52:41 -0800 |
commit | c77406cac82839a36acb5917c7a60734201ed915 (patch) | |
tree | e31a6dcf3886a74873c0808eb994ef1fc373f0a3 /lib | |
parent | 7d0706ef8b9684d13e19a3a9a79d3c1b97897133 (diff) |
Update cumulus.rb
Diffstat (limited to 'lib')
-rw-r--r-- | lib/oxidized/model/cumulus.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oxidized/model/cumulus.rb b/lib/oxidized/model/cumulus.rb index 4babd65..3a7e995 100644 --- a/lib/oxidized/model/cumulus.rb +++ b/lib/oxidized/model/cumulus.rb @@ -34,7 +34,7 @@ class Cumulus < Oxidized::Model cfg += cmd 'netstat -rn' cfg += add_comment 'SNMP settings' - cfg i= cmd 'cat /etc/snmp/snmpd.conf' + cfg += cmd 'cat /etc/snmp/snmpd.conf' cfg += add_comment 'QUAGGA DAEMONS' cfg += cmd 'cat /etc/quagga/daemons' |