On Wed, Feb 25, 2009 at 2:08 PM, Scott Beardsley
wrote:
> BTW, I noticed that .svn directories were being copied to
> /var/lib/puppet. Here is a trivial patch to prevent that behavior...
>
> $ diff /tmp/init.pp modules/shorewall/manifests/init.pp
> 65a66
>> ignore => ".svn"
BTW, I noticed that .svn directories were being copied to
/var/lib/puppet. Here is a trivial patch to prevent that behavior...
$ diff /tmp/init.pp modules/shorewall/manifests/init.pp
65a66
> ignore => ".svn"
--~--~-~--~~~---~--~~
You received
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 cl
Hi
> bump... ideas?
not really.
I never had the problem that puppet isn't seeing an alias, nor this
problem with the shorewall module.
Btw: Did you restart once the puppetmaster? Sometimes there is some
strange issue, where puppetmaster will ignore changed manifests as they
have a typo or so un
bump... ideas?
On Thu, Feb 5, 2009 at 9:25 AM, Scott Beardsley
wrote:
>>> [4] https://git.puppet.immerda.ch/?p=module-shorewall;a=summary
>>
>> as I'm involved in 1,2 and 4 I try to answer:
>> 1 and 4 should be nearly identical, 1 is more or less just a mirror of 4.
>> However 4 is the one which
>> [4] https://git.puppet.immerda.ch/?p=module-shorewall;a=summary
>
> as I'm involved in 1,2 and 4 I try to answer:
> 1 and 4 should be nearly identical, 1 is more or less just a mirror of 4.
> However 4 is the one which should be more uptodate.
OK, I've just tried the common and shorewall modul
Hi
> Does anyone have the source for a *working* shorewall module? I've
> searched the list and the interwebs and it looks like a few other are
> having the same problems. Namely:
>
> Configuration could not be instantiated: Could not find dependent Exec
> [concat_/var/lib/puppet/modules/shorewal
Did this ever get resolved? I'm having the same problem on Ubuntu
(Hardy). I wonder if it is because Ubuntu puts modules in /etc/puppet/
modules instead of /var/lib/puppet/modules? Or perhaps the find in
concatenated_file.pp isn't finding what is expected:
# use >| to force clobbering the
Also Just for completeness sake
On the server, this is the /etc/puppet/puppet.conf
[main]
# Where Puppet stores dynamic and growing data.
# The default value is '/var/puppet'.
vardir = /var/lib/puppet
# The Puppet log directory.
# The default value is '$vardir/log'.
logd
Hi Pete,
Thanks for your help, I really appreciate it.
> this module is originally based on DavidS'
> Module:http://git.black.co.at/?p=module-shorewalland as I'm one of the authors
> of the version in of your repo I try to answer.
> (As I see currently the repo box isn't avaiable, an alternativ
Hi
> I am currently trying to roll out puppet across our company as a means
> of managing the configuration for all our systems. I am really keen to
> get it into production use, but I have hit a bit of a brick wall with
> a particular problem. We use shorewall to manage all system level
> firewa
11 matches
Mail list logo