From 922d33e8b50d7cafaf24e1962c99d38a54e588ec Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 8 Sep 2019 12:49:55 +0200 Subject: [PATCH] do bacula backups iff we do not include the bacula::not_a_client class, 2 --- modules/bacula/manifests/not_a_client.pp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 modules/bacula/manifests/not_a_client.pp diff --git a/modules/bacula/manifests/not_a_client.pp b/modules/bacula/manifests/not_a_client.pp new file mode 100644 index 000000000..bfc075e2f --- /dev/null +++ b/modules/bacula/manifests/not_a_client.pp @@ -0,0 +1,4 @@ +# inclusion of this class prevents this host from being backed up + +class bacula::not_a_client { +} -- 2.20.1