Advertisement
Guest User

Untitled

a guest
Mar 10th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.37 KB | None | 0 0
  1. {% set nagiosadmin_password = salt['pillar.get']('nagios:nagiosadmin_password') %}
  2.  
  3. nagios_debconf:
  4.     debconf.set:
  5.         - name: nagios3-cgi
  6.         - data:
  7.             'nagios3/adminpassword' : { 'type' : 'string', 'value' : '{{ nagiosadmin_password }}' }
  8.             'nagios3/adminpassword-repeat' : { 'type' : 'string', 'value' : '{{ nagiosadmin_password }}' }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement