Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed Jun 20, 2024
1 parent ecefede commit f5c3692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/observium_install_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
let(:pp) do
<<-MANIFEST
class { 'observium':
snmpd_agentaddress => ['udp:127.0.0.1:161']
snmpd_agentaddress => ['udp:127.0.0.1:161'],
db_password => changeme,
rootdb_password => hello123,
snmpv3_authpass => setme1234,
Expand Down

0 comments on commit f5c3692

Please sign in to comment.