OK Notif...
Check out this questions!:
1) All yours manifests are located in modules/iptables/manifests/ ?
- init.pp
- config.pp
- install.pp
- service.pp
2) After o finish written then..did you validate it?
# puppet parser validate /etc/modules/iptables/manifests/install.pp
And validate the others files too... config.pp install.pp and service.pp
No syntax errors ?
3) Are you using site.pp to declare the nodes with the include config?
My suggestion:
site.pp
node blablabla {
include iptables
}
init.pp
#iptables
include iptables::install
include iptables::config
include iptables::service
Class['iptables::install'} ->
Class['iptables::config'] ~>
Class['iptables::service']
In the manifests keep just the notify configuration to the config.pp.
Remove the require!.
The init.pp will take care the order!
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/puppet-users/f5481e82-d008-4cd8-aa60-cd2e1f34e7ae%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.