ArielGlenn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/50894


Change subject: make sure /srv exists and is dir, not symlink for new snapshots
......................................................................

make sure /srv exists and is dir, not symlink for new snapshots

Change-Id: Ic523f5b59f232eca229bc0759c156be601fa3279
---
M manifests/snapshots.pp
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/94/50894/1

diff --git a/manifests/snapshots.pp b/manifests/snapshots.pp
index 8cd1556..2f0b486 100644
--- a/manifests/snapshots.pp
+++ b/manifests/snapshots.pp
@@ -33,6 +33,9 @@
                        source => 
"puppet:///files/php/fss.ini.snaps.${::lsbdistcodename}",
                        ensure => present;
                }
+               file { "/srv":
+                       ensure => directory;
+               }
        }
 
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic523f5b59f232eca229bc0759c156be601fa3279
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: ArielGlenn <ar...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to