AHH HA! I got busy but I just now took another look at this and have
solved my problem. I fixed it by changing the node definition as
follows:

node 'foo.com' {
        include shorewall::debian
}

to:

node 'foo.com' {
        include shorewall
}

I wasn't creating an instance of the shorewall class (I mistakenly
thought I could just include shorewall::debian). I noticed that
shorewall includes shorewall::debian for me so I changed it and
everything worked like a champ.

Thanks
Scott

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to