diff --git a/manifests/site.pp b/manifests/site.pp index 16783a7f40..a34d33ca4e 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -598,6 +598,12 @@ node 'refstack.openstack.org' { ssl_ca_content => hiera('refstack_ssl_chain_file_contents'), protocol => 'https', } + mysql_backup::backup_remote { 'refstack': + database_host => hiera('refstack_mysql_host', 'localhost'), + database_user => hiera('refstack_mysql_user', 'refstack'), + database_password => hiera('refstack_mysql_password'), + require => Class['::refstack'], + } } # A machine to run Storyboard