mirror of
https://github.com/krislamo/pup-tests
synced 2024-11-10 01:00:35 +00:00
Kris Lamoureux
1b42ed53a3
Installed the amanda client on webserver to back it up. Changed host name of backup server from "amanda" to "backups."
10 lines
104 B
Puppet
10 lines
104 B
Puppet
node 'webserver' {
|
|
include wordpress
|
|
include amanda::client
|
|
}
|
|
|
|
node 'backups' {
|
|
include amanda
|
|
}
|
|
|