Dzahn has submitted this change and it was merged.

Change subject: contint: remove gallium conditional from contint::master_dir
......................................................................


contint: remove gallium conditional from contint::master_dir

Bug: T95757
Change-Id: Icef9c20753c96597e40be41efec705bfdf811cd2
---
M modules/contint/manifests/master_dir.pp
1 file changed, 0 insertions(+), 11 deletions(-)

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



diff --git a/modules/contint/manifests/master_dir.pp 
b/modules/contint/manifests/master_dir.pp
index ea13aa9..98254e2 100644
--- a/modules/contint/manifests/master_dir.pp
+++ b/modules/contint/manifests/master_dir.pp
@@ -8,15 +8,4 @@
         owner  => 'root',
         group  => 'root',
     }
-
-    if $::hostname == 'gallium' {
-        # gallium received a SSD drive (T82401) mount it
-        mount { '/srv/ssd':
-            ensure  => mounted,
-            device  => '/dev/sdb1',
-            fstype  => 'xfs',
-            options => 'noatime,nodiratime,nobarrier,logbufs=8',
-            require => File['/srv/ssd'],
-        }
-    }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Icef9c20753c96597e40be41efec705bfdf811cd2
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Thcipriani <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to