Dzahn has submitted this change and it was merged.

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(-)

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



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: merged
Gerrit-Change-Id: Ifa96d973c529e86da2f29f12fc9315e8f2c6c4cf
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to