| 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', |