Dzahn has uploaded a new change for review.

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

Change subject: ipmi - fix path to file in module
......................................................................

ipmi - fix path to file in module

path to ipmi_mgmt file needs 'module'
path after being converted in I981c276399c3

Change-Id: I4ca6a53f7f3c353384c0a46dc8a3f5402cfc6c2e
---
M modules/ipmi/manifests/init.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/15/169215/1

diff --git a/modules/ipmi/manifests/init.pp b/modules/ipmi/manifests/init.pp
index 1ddd263..e277598 100644
--- a/modules/ipmi/manifests/init.pp
+++ b/modules/ipmi/manifests/init.pp
@@ -10,6 +10,6 @@
         owner  => 'root',
         group  => 'root',
         mode   => '0550',
-        source => 'puppet:///ipmi/ipmi_mgmt',
+        source => 'puppet:///modules/ipmi/ipmi_mgmt',
     }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4ca6a53f7f3c353384c0a46dc8a3f5402cfc6c2e
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