Rename manifest to match class name
This commit is contained in:
parent
f331573c7c
commit
4af741b602
1 changed files with 13 additions and 0 deletions
|
@ -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',
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue