aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/snmp.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2016-08-26 13:13:09 -0400
committerDan Prince <dprince@redhat.com>2016-09-02 07:14:05 -0400
commit5bacfe10f07970c55e80e3ff2886b9dba43696ee (patch)
tree074b9c5521510e2dd53a18469514426790a9a6e8 /puppet/services/snmp.yaml
parentd6837ea4a62ec74c4b06901c257fe4d6f4bea73c (diff)
Move snmp settings into composable services
Provides snmp_readonly_user_* parameters to the base::snmp class and removes them from the role templates. Related-bug: #1604414 Co-Authored-By: Giulio Fidente <gfidente@redhat.com> Change-Id: I35b1ff23baff0c25e742562e1103a3882f7bf767
Diffstat (limited to 'puppet/services/snmp.yaml')
-rw-r--r--puppet/services/snmp.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/puppet/services/snmp.yaml b/puppet/services/snmp.yaml
index e38ccf42..4d01632d 100644
--- a/puppet/services/snmp.yaml
+++ b/puppet/services/snmp.yaml
@@ -35,8 +35,8 @@ outputs:
value:
service_name: snmp
config_settings:
- snmpd_readonly_user_name: {get_param: SnmpdReadonlyUserName}
- snmpd_readonly_user_password: {get_param: SnmpdReadonlyUserPassword}
+ tripleo::profile::base::snmp::snmpd_user: {get_param: SnmpdReadonlyUserName}
+ tripleo::profile::base::snmp::snmpd_password: {get_param: SnmpdReadonlyUserPassword}
tripleo.snmp.firewall_rules:
'127 snmp':
dport: 161