Dzahn has uploaded a new change for review.

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

Change subject: contint: rename git-daemon to git_daemon
......................................................................

contint: rename git-daemon to git_daemon

Puppet classes and defines should not contain
dash characters per lint and style guide and we only
have a handful of those left.

Change-Id: I581c832444c4b1f3bfe1bc28148ac5facc448ae9
---
R modules/contint/manifests/zuul/git_daemon.pp
M modules/role/manifests/zuul/merger.pp
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/89/260189/1

diff --git a/modules/contint/manifests/zuul/git-daemon.pp 
b/modules/contint/manifests/zuul/git_daemon.pp
similarity index 96%
rename from modules/contint/manifests/zuul/git-daemon.pp
rename to modules/contint/manifests/zuul/git_daemon.pp
index 48a0099..88b513d 100644
--- a/modules/contint/manifests/zuul/git-daemon.pp
+++ b/modules/contint/manifests/zuul/git_daemon.pp
@@ -1,5 +1,5 @@
 # Class publishing the Zuul repositories with git-daemon
-class contint::zuul::git-daemon(
+class contint::zuul::git_daemon(
     $zuul_git_dir = '/var/lib/zuul/git'
 ) {
 
diff --git a/modules/role/manifests/zuul/merger.pp 
b/modules/role/manifests/zuul/merger.pp
index 39123bf..6cded40 100644
--- a/modules/role/manifests/zuul/merger.pp
+++ b/modules/role/manifests/zuul/merger.pp
@@ -22,7 +22,7 @@
     }
 
     # Serves Zuul git repositories
-    class { 'contint::zuul::git-daemon':
+    class { 'contint::zuul::git_daemon':
         zuul_git_dir => 
$role::zuul::configuration::merger[$::realm]['git_dir'],
     }
 

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

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