Add node_type as option for baas2_restoretest class
This commit is contained in:
parent
5e1eb4e2bd
commit
cb88ffb72c
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
# 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() {
|
||||
class net::baas2_restoretest(
|
||||
Enum['backupnode', 'restorenode'] $node_type = undef,
|
||||
) {
|
||||
|
||||
file { '/opt/restore-target':
|
||||
ensure => directory,
|
||||
|
|
Loading…
Add table
Reference in a new issue