Merge "Add bup package to backup_server.pp"

This commit is contained in:
Jenkins 2015-03-02 19:55:32 +00:00 committed by Gerrit Code Review
commit 78150d2403

View File

@ -4,4 +4,7 @@ class openstack_project::backup_server {
class { 'openstack_project::template':
iptables_public_tcp_ports => [],
}
package { 'bup':
ensure => present,
}
}