Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: manifests/init.pp

Issue 29447568: Noissue - Replace hypens with underscore due compatibility with parser future (Closed)
Patch Set: For comment 3 Created May 24, 2017, 6:02 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.md ('k') | manifests/php-pool.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: manifests/init.pp
===================================================================
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,11 +1,11 @@
-# Class: spawn-fcgi
+# Class: spawn_fcgi
#
# This class manage spawn-fcgi installation and configuration.
#
-# Use spawn-fcgi::pool for configuring spawn-fcgi pools
-# Use spawn-fcgi::php-pool to configure a preconfigured php-pool
+# Use spawn_fcgi::pool for configuring spawn-fcgi pools
+# Use spawn_fcgi::php-pool to configure a preconfigured php-pool
#
-class spawn-fcgi {
+class spawn_fcgi {
package { 'spawn-fcgi': ensure => installed }
@@ -21,7 +21,7 @@
owner => root,
group => root,
mode => '0755',
- content => template('spawn-fcgi/init-spawn-fcgi.erb'),
+ content => template('spawn_fcgi/init-spawn-fcgi.erb'),
require => Package['spawn-fcgi'],
}
« no previous file with comments | « README.md ('k') | manifests/php-pool.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld