do bacula backups iff we do not include the bacula::not_a_client class, 2
authorPeter Palfrader <peter@palfrader.org>
Sun, 8 Sep 2019 10:49:55 +0000 (12:49 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sun, 8 Sep 2019 10:49:55 +0000 (12:49 +0200)
modules/bacula/manifests/not_a_client.pp [new file with mode: 0644]

diff --git a/modules/bacula/manifests/not_a_client.pp b/modules/bacula/manifests/not_a_client.pp
new file mode 100644 (file)
index 0000000..bfc075e
--- /dev/null
@@ -0,0 +1,4 @@
+# inclusion of this class prevents this host from being backed up
+
+class bacula::not_a_client {
+}