mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 11:48:17 +00:00
10 lines
193 B
Puppet
10 lines
193 B
Puppet
class { 'mysql::server':
|
|
root_password => 'password'
|
|
}
|
|
|
|
class { 'mysql::server::backup':
|
|
backupuser => 'myuser',
|
|
backuppassword => 'mypassword',
|
|
backupdir => '/tmp/backups',
|
|
}
|