From: Peter Palfrader Date: Sun, 8 Sep 2019 10:49:55 +0000 (+0200) Subject: do bacula backups iff we do not include the bacula::not_a_client class, 2 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=922d33e8b50d7cafaf24e1962c99d38a54e588ec;p=mirror%2Fdsa-puppet.git do bacula backups iff we do not include the bacula::not_a_client class, 2 --- 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 { +}