From 5e1eb4e2bd75a8c316786391d6f3165124c00a0b Mon Sep 17 00:00:00 2001 From: Patrik Holmqvist Date: Wed, 15 Jan 2025 13:05:57 +0100 Subject: [PATCH] Rename manifest to match class name --- .../modules/net/manifests/baas2-restoretest.pp | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 global/overlay/etc/puppet/modules/net/manifests/baas2-restoretest.pp 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', - } - -}