Facter 2.0.1-rc1
---
** Pre-release **
- RC1: February 28, 2014.
Facter 2.0.1-rc1 Downloads
--
Source: https://downloads.puppetlabs.com/facter/facter-2.0.1-rc1.tar.gz
Available in native package format in the pre-release
Thanks for the suggestion. I tried making it all lowercase, but I'm
getting the same results.
--
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+uns
My experience is puppet doesnt like upper case in classes, autoloader
hates them, so rename the module directory to lowercase.
Regards,
El 28/02/2014 16:33, "Jason Hatman" escribió:
> I've been looking all over for usage examples for CFPropertyList. I'm
> trying to make a test manifest to crea
On Thursday, February 27, 2014 12:17:51 PM UTC-8, Johan De Wit wrote:
>
> Hi,
>
> The situation ;
>
> Whenever I bring up a vagrant box, I do a puppet run against my puppet
> master to configure some common things I need.
> And I want to avoid the remove/new request and sign cycle after a
> va
Hi,
Can Puppet Master send the reports to Puppet Dashboard via HTTPS?
My Puppet Dashboard is protected with a certificate signed by another CA
and this seems to break the sending of reports because Puppet doesn't have
the necessary certificate to connect securely and I can't seem to make it
wo
I think I have this resolved.
the certname was in fact the solution. I had a permissions problem that
looked like things weren't working correctly. Once I got that straightened
out the value passed into my ENC script (vpc-id plus hostname) worked fine.
Thanks
On Thu, Feb 27, 2014 at 4:19 PM, Pat
Hi Josh,
Thank you for your reply, but this is not a problem with either the
backslashes (btw, I am using doubles because of the example here:
http://docs.puppetlabs.com/windows/writing.html#packagepackage), neither
with the *install_options* array - both versions install the check_mk exe
succ
I've been looking all over for usage examples for CFPropertyList. I'm
trying to make a test manifest to create a simple plist and it keeps saying
that it can't find class CFPropertyList. I downloaded the zip
from https://github.com/ckruse/CFPropertyList/ and unzipped it into
/etc/puppet/module
Hi Armindo,
On Fri, Feb 28, 2014 at 5:23 AM, Armindo Silva wrote:
> Hi,
>
> I have the following class for installing check_mk on windows machines:
>
> class windows_check_mk {
>
> require windows_common
>
>package{ 'Check_MKAgent 1.2.4':
> ensure => installed,
> source
Aah, the old null cert chain error. I haven't been able to fix this
yet and every time I try this over a mailing list I never get to a
conclusion ... I suggest jumping onto Freenode IRC and pinging me - my
IRC nick is ken_barber and I usually live in #puppet, I'll be happy to
help you there.
ken.
Hi,
So the subject might be a bit generic, but couldn't really come up with
anything better. Anyway, on to the point: having a problem with two servers
in my environment, where when running the puppet agent, it hogs all memory
and CPU; the weird thing is though that this only happens on to thos
While I have not tried to get get puppet working on HP-UX, I have gotten it
to work on a number of other very old platforms by using ruby gems. If you
can get a working puppet-supported version of ruby on HP-UX, you are most
of the way there. Hopefully, you can get the ruby from a source that
a
This was a known problem with earlier puppet releases where adding local
users would fail if they existed in a network name service (LDAP, NIS,
etc), so more recent 3.x puppet versions of the user resource have a
'forcelocal' option. Use this, and it will work.
On Wednesday, February 26, 2014 4
Hello
It is still broken.
I set soft_write_failure=false
I upgraded puppet on the nodes, so now the puppet master and nodes are in
version 3.4.3
This is the result of the puppetdb ssl-setup :
[root@el6 lofic]# puppetdb ssl-setup
PEM files in /etc/puppetdb/ssl already exists, checking integrity
Hi,
I have the following class for installing check_mk on windows machines:
class windows_check_mk {
require windows_common
package{ 'Check_MKAgent 1.2.4':
ensure => installed,
source => 'c:installers\\check-mk-agent.exe',
install_options => ['/S', '/D=C:\
Ok, I think we are talking about the same thing, then:
https://github.com/stdmod/puppet-skeleton-standard/blob/develop/manifests/init.pp.erb
should follow what you described as defaults.pp patterns , just it uses a
class named params and not default.
On Friday, February 28, 2014 11:20:57 AM UTC+
The main difference between Gareth's current params.pp and the
'defaults.pp' model I was suggesting is that in the Gareth's pattern the
params class is inherited by the base class, and all the component
subclasses reference the variables explicitly in the scope of
base::params eg:
service { $<
On Thursday, February 27, 2014 5:16:43 PM UTC+1, nikolavp wrote:
More can be found in
>
> http://docs.puppetlabs.com/puppet/latest/reference/lang_classes.html#inheritance
>
> look at the "Overriding Resource Attributes" section. Although I don't
> like inheritance as you describe it if roleB i
18 matches
Mail list logo