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

Unified Diff: manifests/pool.pp

Issue 29447568: Noissue - Replace hypens with underscore due compatibility with parser future (Closed)
Patch Set: Created May 24, 2017, 4:48 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: manifests/pool.pp
===================================================================
--- a/manifests/pool.pp
+++ b/manifests/pool.pp
@@ -1,6 +1,6 @@
-# Define : spawn-fcgi::pool
+# Define : spawn_fcgi::pool
#
-# Define a spawn-fcgi pool snippet. Places all pool snippets into
+# Define a spawn_fcgi pool snippet. Places all pool snippets into
# /etc/spawn-fcgi, where they will be automatically loaded
#
# Parameters :
@@ -32,7 +32,7 @@
# Defaults to 'www-data'
#
-define spawn-fcgi::pool (
+define spawn_fcgi::pool (
$ensure = 'present',
$content = '',
$order = '500',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld