Dzahn has submitted this change and it was merged.

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

Approvals:
  Hashar: Looks good to me, but someone else must approve
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



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

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

Reply via email to