https://bugzilla.wikimedia.org/show_bug.cgi?id=69590

--- Comment #10 from Antoine "hashar" Musso <[email protected]> ---
The root cause is:

https://gerrit.wikimedia.org/r/#/c/153807/
mediawiki: create common-local directory

merged on Aug 13 22:28

It adds to puppet class mediawiki::sync :

+    file { '/usr/local/apache/common-local':
+        ensure => directory,
+        owner  => 'mwdeploy',
+        group  => 'mwdeploy',
+        mode   => '0775',
+    }


On beta that should be a symbolic link as described in beta::common:

     file { '/usr/local/apache/common-local':
        ensure  => link,
        # Link to files managed by scap
        target  => $::beta::config::scap_deploy_dir,
    }

The change cause two issues:

1) on deployment-rsync01  it is no more a symbolic link and scap instructs
apaches from that directory though it updates the other

2) break puppet with a duplicate definition on the application server.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to