Rename manifest to match class name

This commit is contained in:
Patrik Holmqvist 2025-01-15 13:05:18 +01:00
parent f331573c7c
commit 4af741b602
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -0,0 +1,13 @@
# 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',
}
}