minor comments
authorPeter Palfrader <peter@palfrader.org>
Sun, 8 Sep 2019 11:49:52 +0000 (13:49 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sun, 8 Sep 2019 11:49:52 +0000 (13:49 +0200)
modules/bacula/manifests/director.pp
modules/bacula/manifests/init.pp
modules/bacula/manifests/node.pp
modules/bacula/manifests/storage.pp
modules/bacula/manifests/storage_per_node.pp

index 2c5d053..1f04407 100644 (file)
@@ -1,3 +1,4 @@
+# our bacula director
 class bacula::director inherits bacula {
 
   package { ['bacula-director-pgsql', 'bacula-common', 'bacula-common-pgsql']:
index 9915b7b..3d47619 100644 (file)
@@ -1,3 +1,4 @@
+# bacula class -- defines all the variables we care about in our bacula deployment
 class bacula (
   String  $bacula_operator_email      = 'bacula-reports@admin.debian.org',
   String  $bacula_director_name       = 'debian-dir',
index 4ee5b40..0bc4561 100644 (file)
@@ -1,3 +1,4 @@
+# a bacula node.  This is stored config by a client, collected on the director
 define bacula::node($bacula_client_port = $bacula::bacula_client_port) {
 
        include bacula
index afe7def..2db1fa2 100644 (file)
@@ -1,3 +1,4 @@
+# the bacula storage node
 class bacula::storage inherits bacula {
   package { 'bacula-sd':
     ensure => installed
index 0a00945..2ed19a3 100644 (file)
@@ -1,3 +1,4 @@
+# bacula storage for node.  This is stored config by a client, collected on the storage
 define bacula::storage_per_node() {
 
        include bacula