1
0
mirror of https://github.com/krislamo/pup-tests synced 2024-09-20 01:30:35 +00:00
pup-tests/code/environments/production/manifests/site.pp
Kris Lamoureux 9e5034acd5
Added a basic Amanda configuration
Created a new backup virtual machine server called "backups" with a
simple configuration using the Getting Started with Amanda tutorial.
README also updated to reflect new workflow.
2019-02-19 12:49:33 -05:00

9 lines
79 B
Puppet

node 'webserver' {
include wordpress
}
node 'backups' {
include amanda
}