Add bup package to backup_server.pp

The backup_server.pp only included template data, add the bup
package requirement.

Change-Id: Ic0ec963aba386ea07712c47ffb5faccfc1223085
This commit is contained in:
Elizabeth K. Joseph 2015-03-02 09:41:55 -08:00
parent 124a5229aa
commit 9340f41c9d

View File

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