Dzahn has uploaded a new change for review.

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

Change subject: ganeti: move id_dsa.pub from /files to modules/role/file/ganeti/
......................................................................

ganeti: move id_dsa.pub from /files to modules/role/file/ganeti/

Change-Id: I7bb7bd64388cb611498c7a91b268682b3d5b82f6
---
R modules/role/files/ganeti/id_dsa.pub
M modules/role/manifests/ganeti.pp
2 files changed, 2 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/61/325461/1

diff --git a/files/ganeti/id_dsa.pub b/modules/role/files/ganeti/id_dsa.pub
similarity index 100%
rename from files/ganeti/id_dsa.pub
rename to modules/role/files/ganeti/id_dsa.pub
diff --git a/modules/role/manifests/ganeti.pp b/modules/role/manifests/ganeti.pp
index d58dfa9..5b90054 100644
--- a/modules/role/manifests/ganeti.pp
+++ b/modules/role/manifests/ganeti.pp
@@ -13,10 +13,7 @@
         ensure => present,
         user   => 'root',
         skey   => 'ganeti',
-        # move to ganeti module?
-        # lint:ignore:puppet_url_without_modules
-        source => 'puppet:///files/ganeti/id_dsa.pub',
-        # lint:endignore
+        source => 'puppet:///modules/role/ganeti/id_dsa.pub',
     }
 
     # And the private key
@@ -33,9 +30,7 @@
         owner  => 'root',
         group  => 'root',
         mode   => '0400',
-        # lint:ignore:puppet_url_without_modules
-        source => 'puppet:///files/ganeti/id_dsa.pub',
-        # lint:endignore
+        source => 'puppet:///modules/role/ganeti/id_dsa.pub',
     }
 
     # If ganeti_cluster fact is not defined, the node has not been added to a

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7bb7bd64388cb611498c7a91b268682b3d5b82f6
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

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

Reply via email to