Akosiaris has submitted this change and it was merged.

Change subject: Change bacula SD paths
......................................................................


Change bacula SD paths

The dash was a typo

Change-Id: I1298134a06e277e091fe632c3a73c7d7f7995b36
---
M manifests/role/backup.pp
1 file changed, 10 insertions(+), 10 deletions(-)

Approvals:
  Akosiaris: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/role/backup.pp b/manifests/role/backup.pp
index 1399b0a..7010364 100644
--- a/manifests/role/backup.pp
+++ b/manifests/role/backup.pp
@@ -115,8 +115,8 @@
 
     # We have two storage devices to overcome any limitations from backend
     # infrastructure (e.g. Netapp used to have only < 16T volumes)
-    file { ['/srv/bacula-sd1',
-            '/srv/bacula-sd2' ]:
+    file { ['/srv/baculasd1',
+            '/srv/baculasd2' ]:
         ensure  => directory,
         owner   => 'bacula',
         group   => 'bacula',
@@ -124,33 +124,33 @@
         require => Class['bacula::storage'],
     }
 
-    mount { '/srv/bacula-sd1' :
+    mount { '/srv/baculasd1' :
         ensure  => mounted,
-        device  => "${nfs::netapp::common::device}:/vol/bacula-sd1",
+        device  => "${nfs::netapp::common::device}:/vol/baculasd1",
         fstype  => 'nfs',
         options => "${nfs::netapp::common::options},rw",
-        require => File['/srv/bacula-sd1'],
+        require => File['/srv/baculasd1'],
     }
 
-    mount { '/srv/bacula-sd2' :
+    mount { '/srv/baculasd2' :
         ensure  => mounted,
-        device  => "${nfs::netapp::common::device}:/vol/bacula-sd2",
+        device  => "${nfs::netapp::common::device}:/vol/baculasd2",
         fstype  => 'nfs',
         options => "${nfs::netapp::common::options},rw",
-        require => File['/srv/bacula-sd2'],
+        require => File['/srv/baculasd2'],
     }
 
     bacula::storage::device { 'FileStorage1':
         device_type     => 'File',
         media_type      => 'File',
-        archive_device  => '/srv/bacula-sd1',
+        archive_device  => '/srv/baculasd1',
         max_concur_jobs => 2,
     }
 
     bacula::storage::device { 'FileStorage2':
         device_type     => 'File',
         media_type      => 'File',
-        archive_device  => '/srv/bacula-sd2',
+        archive_device  => '/srv/baculasd2',
         max_concur_jobs => 2,
     }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/79463
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1298134a06e277e091fe632c3a73c7d7f7995b36
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Akosiaris <[email protected]>
Gerrit-Reviewer: Akosiaris <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to