We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764bceb commit 034d40dCopy full SHA for 034d40d
manifests/init.pp
@@ -49,7 +49,7 @@
49
class { 'pe_databases::backup':
50
disable_maintenance => ! $manage_database_backups,
51
}
52
- notify { 'pe_databases_backup__deprecate_warn':
+ notify { 'pe_databases_backup_deprecate_warn':
53
message => 'The backup functionality in the pe_databases module has been deprecated and will be removed in a future release',
54
loglevel => warning,
55
spec/acceptance/backup_spec.rb
@@ -8,7 +8,7 @@ class { 'pe_databases':
8
}#{' '}
9
MANIFEST
10
11
- # Run it twice and test for idempotency
12
- idempotent_apply(pp)
+ # Expect a change due to backup notify
+ apply_manifest(pp, expect_changes: true)
13
end
14
0 commit comments