On Friday, 31 July 2015 19:00:42 UTC+5:30, jcbollinger wrote:
>
>
>
> On Wednesday, July 29, 2015 at 8:52:14 AM UTC-5, Ayyanar wrote:
>>
>>
>>
>> On Wednesday, 29 July 2015 17:59:02 UTC+5:30, Brendan Murtagh wrote:
>>>
>>> Please go into more detail. Are you referring to changing the Puppet
>>>
Hi,
I had this applied to my nodes :
firewall { "${prenumber}7 portknock let connections through":
action => 'accept',
chain=> 'INPUT',
dport=> $dports,
proto=> 'tcp',
recent => 'rcheck',
rname=> "${prefix}_heaven",
rseconds => $seconds,
}
With
How to resolve this.
Thanks,
Ayyanar Thangaraj
--
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 puppet-users+unsubscr...@googlegroups.com.
To view this discussio
Hi Folks,
I'm trying to get my head around puppet & mcollective and had a question.
Is mcollective a neccessary service when deploying Puppet?
thanks for your time!
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this g
Again, I'm close on this. Using the correct path, as per Rob's write-up,
did help. If I run the manifest interactively from the node, it works.
But, running it on schedule from the puppetmaster doesn't. Any additional
help would be greatly appreciated.
On Wednesday, July 29, 2015 at 3:48:50
No mcollective can be used in addition to using puppet. Not required.
On Monday, August 3, 2015 at 9:47:08 AM UTC-4, HDub wrote:
>
> Hi Folks,
>
> I'm trying to get my head around puppet & mcollective and had a question.
> Is mcollective a neccessary service when deploying Puppet?
>
> thanks
Hello all,
I am trying to figure out how to install puppet enterprise agent on a
windows box...while on LInux we just simple do below to install PE agent
curl -k https://:8140/packages/current/install.bash | sudo
bash
but on windows, i need to download an msi file(looking at the
docs)wher
On Mon, Aug 3, 2015 at 8:29 AM, max scalf wrote:
> Hello all,
>
> I am trying to figure out how to install puppet enterprise agent on a
> windows box...while on LInux we just simple do below to install PE agent
>
> curl -k https://:8140/packages/current/install.bash |
> sudo bash
>
> but on windo
Max,
I'm not a Puppet expert, and I don't want to talk out-of-school. But, I
don't think there's as much information available for Puppet on Windows as
there is for Puppet on Linux. That said, I have Puppet installed on about
50 Windows hosts, and it works well, for the most part. Vis-a-vis
Hello everyone!
I am trying to run puppet agent on a SL-6 Machine and one action I'm trying
to apply is to add the machine to our domain. However I ran into an issue
when running puppet agent -t
Debug: Augeas[global](provider=augeas): Opening augeas with root /, lens
path /var/lib/puppet/lib/a
Hello all,
I've been trying to solve what seems to be a simple problem but have yet to
find the answer.
I'm trying to do a comparison between the value of a fact and some
arbitrary value:
if ($::class == 'workstation') and ($::kernelmajversion <= '3.11') {
notify {"My Kernel version is <
On 04 Aug 2015, at 00:39, Mike Reed wrote:
> Hello all,
>
> I've been trying to solve what seems to be a simple problem but have yet to
> find the answer.
>
> I'm trying to do a comparison between the value of a fact and some arbitrary
> value:
>
> if ($::class == 'workstation') and ($::k
12 matches
Mail list logo