Detected 2 occurrence(s) of ‘^\s*pass(word|phrase|wd|code)*\s*(:|=|is|was)\s*[a-z0-9\-_\!]+$’: # Configure mysql databases (via the mysql::db define) $mysqldbs = hiera('mysql::dbs', {}) create_resources('mysql::db', $mysqldbs) Hiera: # Test mysql database definition mysql::dbs: testdb: user: testuser password: testpassword host: localhost grant: - UPDATE - SELECT Detected 1 occurrence(s) of ‘^\s*pass[word]+\s*[:=]+[ \t]*[a-z0-9\-_\!]+$’: # Configure mysql databases (via the mysql::db define) $mysqldbs = hiera('mysql::dbs', […]
↧