diff --git a/global/overlay/etc/puppet/modules/net/manifests/baas2-restoretest.pp b/global/overlay/etc/puppet/modules/net/manifests/baas2-restoretest.pp deleted file mode 100644 index 97a3279..0000000 --- a/global/overlay/etc/puppet/modules/net/manifests/baas2-restoretest.pp +++ /dev/null @@ -1,13 +0,0 @@ -# This puppet manifest is used to test backup and restore in an automated fashion -# This tests the backup and restores when manged by sunet::baas2 from puppet-sunet -# Jira-ref: SUNETOPS-1997 -class net::baas2_restoretest() { - - file { '/opt/restore-target': - ensure => directory, - mode => '0755', - owner => 'root', - group => 'root', - } - -}