On 9/30/14 2:50 PM, Nicolas lino wrote:
> Hello and sorry for my English.
>
> I have my first module but I have a prblem:
>
> My manifest:
> #
> #
> #
> class nginx {
> $nginx_conf = '/etc/nginx/conf.d'
>
> service { 'nginx':
> ensure => running,
> enable => true,
> hasre
On Sep 30, 2014, at 2:50 PM, Nicolas lino wrote:
> Hello and sorry for my English.
>
> I have my first module but I have a prblem:
>
> My manifest:
> #
> #
> #
> class nginx {
> $nginx_conf = '/etc/nginx/conf.d'
>
> service { 'nginx':
> ensure => running,
> enable => true,
Hello and sorry for my English.
I have my first module but I have a prblem:
My manifest:
#
#
#
class nginx {
$nginx_conf = '/etc/nginx/conf.d'
service { 'nginx':
ensure => running,
enable => true,
hasrestart => true,
require=> File['/etc/nginx/nginx.conf'],
re