Dzahn has uploaded a new change for review.

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

Change subject: rancid - adjust file pathes to module structure
......................................................................

rancid - adjust file pathes to module structure

the files all need 'modules' in file path,
how do i not notice this, not even in compiler..hrmm :P

Change-Id: Ifa96d973c529e86da2f29f12fc9315e8f2c6c4cf
---
M modules/rancid/manifests/init.pp
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/40/169240/1

diff --git a/modules/rancid/manifests/init.pp b/modules/rancid/manifests/init.pp
index 07a43fc..e993715 100644
--- a/modules/rancid/manifests/init.pp
+++ b/modules/rancid/manifests/init.pp
@@ -25,7 +25,7 @@
         owner   => 'root',
         group   => 'root',
         mode    => '0444',
-        source  => 'puppet:///rancid/rancid.conf',
+        source  => 'puppet:///modules/rancid/rancid.conf',
     }
 
     file { '/var/lib/rancid/core':
@@ -34,7 +34,7 @@
         group   => 'rancid',
         mode    => '0770',
         recurse => remote,
-        source  => 'puppet:///rancid/core',
+        source  => 'puppet:///modules/rancid/core',
     }
 
     file { '/var/lib/rancid/.cloginrc':
@@ -50,7 +50,7 @@
         owner   => 'root',
         group   => 'root',
         mode    => '0444',
-        source  => 'puppet:///rancid/rancid.cron',
+        source  => 'puppet:///modules/rancid/rancid.cron',
     }
 
     file { '/var/log/rancid':

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifa96d973c529e86da2f29f12fc9315e8f2c6c4cf
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>

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

Reply via email to