Puppet Class: passwords::nagios::mysql

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

Overview



107
108
109
110
111
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 107

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