Faidon has uploaded a new change for review.

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


Change subject: authdns: fix private file path
......................................................................

authdns: fix private file path

Somehow I thought private/ had already been migrated to a module. Fix
the paths to source from files/private instead.

Change-Id: I094b78f1c6fbd6a263c8ddf9ae1615e0af1de693
---
M modules/authdns/manifests/account.pp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/21/79821/1

diff --git a/modules/authdns/manifests/account.pp 
b/modules/authdns/manifests/account.pp
index 6d05da1..c741b5a 100644
--- a/modules/authdns/manifests/account.pp
+++ b/modules/authdns/manifests/account.pp
@@ -34,14 +34,14 @@
         owner   => $user,
         group   => $group,
         mode    => '0400',
-        source  => 'puppet:///modules/private/authdns/id_rsa',
+        source  => 'puppet:///private/authdns/id_rsa',
     }
     file { "${home}/.ssh/id_rsa.pub":
         ensure  => 'present',
         owner   => $user,
         group   => $group,
         mode    => '0400',
-        source  => 'puppet:///modules/private/authdns/id_rsa.pub',
+        source  => 'puppet:///private/authdns/id_rsa.pub',
     }
     file { "${home}/.ssh/authorized_keys":
         ensure  => 'link',

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

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

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

Reply via email to