Puppet Class: passwords::nagios::mysql

Defined in:
spec/fixtures/private/modules/passwords/manifests/init.pp

Overview



119
120
121
122
123
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 119

class passwords::nagios::mysql {
    $mysql_check_pass = ''
    $mysql_enwiki_user = ''
    $mysql_enwiki_pass = ''
}