Displaying 18 results from an estimated 18 matches for "jwarburton".
Did you mean:
warburton
2010 Jun 30
1
Problem using the logadm pattern
Hi All
I am trying to deploy the Solaris logadm pattern from
http://projects.reductivelabs.com/projects/puppet/wiki/Logadm_Patterns. I
dropped it in .../lib/puppet/type/logadm.rb
However, I am getting an error message:
err: Could not run Puppet configuration client: Munging failed for value
"puppet" in class backup: Global resource access is deprecated
And I have traced it back to
2011 May 20
4
The quantum effect when loading classes
Can anyone comment / expand upon
http://www.nico.schottelius.org/blog/puppet-sometimes-loads-a-class/
I am experiencing a case which may be related. We have an ENC, and recently
on our twice daily noop runs from cron, puppet has reported some servers
aren''t in sync because they do not have a certain module/class (dns_server)
even though they are not subscribed to the dns_server module in
2013 Apr 11
3
Anyone managed to integrate Ambari/Hortonworks with an existing puppet installation?
...le think about this sort of package that assumes it is the
only puppet installation within an organisation? It seems Ambari are aware
of the situation (https://issues.apache.org/jira/browse/AMBARI-665), but
aren''t doing much about it
Thanks
John
--
John Warburton
Ph: 0417 299 600
Email: jwarburton@gmail.com
--
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+unsubscribe@googlegroups.com.
To post to this group, send email to puppet-users@go...
2010 Oct 14
7
ANNOUNCE: Puppet 2.6.3 - Release Candidate 1 available!
All too quickly we''re back with a maintenance release: 2.6.3. This
release addresses some issues in the 2.6.2 release.
2.6.3 is a maintenance release in the 2.6.x branch and it contains only
bug fixes and no new features or other changes.
The release candidate is available for download at:
http://puppetlabs.com/downloads/puppet/puppet-2.6.3rc1.tar.gz
Please note that all final
2010 Oct 06
3
Checking and setting svc properties in Solaris
Hello folks,
I''ve been looking into how I might check (and possibly set) svc
properties via puppet.
The closest I''ve found, is the provider/service/smf stuff.
However, that seems to only allow enabling and disabling of services.
NOT of configuring properties.
Is there some way I dont know of, how to do that?
If not, and I need to write something... under which module/plugin/
2011 Aug 09
8
ANNOUNCE: Puppet Module Tool version 0.3.4
Hi all
We''ve just released version 0.3.4 of the puppet-module tool used to
create and retrieve modules from the Puppet Labs Forge
(http://forge.puppetlabs.com).
You can update using Ruby gems:
$ gem install puppet-module
There are several important changes in this release:
* Add ability to install modules with hyphens
* Add check for symlink when installing
* Install modules to their
2012 May 16
2
Announce: Facter 2.0.0rc1 Available
Facter 2.0.0rc1 is a feature release candidate with bug fixes,
features and other improvements.
Facter 2.0 is designed to accompany the upcoming Puppet 3.0 release
and has breaking changes from Facter 1.6.x. Facter 2.0 is not
backwards compatible with Puppet 2.6 or 2.7.
It includes contributions from the following people: Chris Price,
Daniel Black, Daniel Pittman, Garrett Honeycutt, Gary Larizza,
2011 May 24
6
installing puppet client
Hi,
how to install puppet client thru puppet master .
My requirement is to install puppet client nearly 400 client servers.
its difficult to install puppet client in all the servers by apt-
get .
share u r suggestions .
Regards
chebrian
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2010 Aug 27
4
can checksum be set to none on a file if content is defined?
On a file resource, if the content parameter is set and checksum is
set to none, I am getting "Parameter content failed: Munging
failed..."
This appears to be a bug, but maybe I missed something in the
documentation and it isn''t supposed to work.
cat test.pp
file { "/tmp/foo":
checksum => none,
content => "this is foo\n",
}
puppet
2010 Jun 03
8
authenticating new nodes that are created by provisioning
Hey Folks,
I''m looking at doing automated provisioning of new servers and am trying to integrate puppet into this process. What I''m wondering though is what the best process for securely registering a new node is.
At the moment the first time puppet is run I have to then accept the certificate on the puppetmaster and then run puppet again.
What I would like to do is accept the
2009 May 28
4
Managing core files using coreadm (Solaris + Puppet)
Hi all,
I have an interesting one - Solaris uses a lot of commands to
configure specific items. A simple
example is coreadm. In this example:
# coreadm -p "/var/core/core_%n_%f_%u_%g_%t_%p"
will set the directory and filename to dump core files (with some
expansion).
The question is - how to get this to run only if the config has
changed. I have come up with 2 options, neither of
2011 Feb 02
11
How to include the Scope(...) in a generated string?
I''d like to include similar information that notice() spits out in a
file I am generating -- basically so that anyone looking at the
generated file (actually a file fragment) could trace it back to the
class that is generating the entry.
Using $name within the file fragment is the closest I am getting to
what I want -- is there anything better?
--
You received this message because you
2013 Nov 27
8
noop = true and what for test?
Hi,
When I put
noop = true
in /etc/puppet/puppet.conf
on the node in question, I observe no changes. Great. Good
But also, I see because of
report = true
absolutely zero information in the yaml regarding what would have
been changed.
Is there an equivalent to the above for "test = true" or must I alter
the rc file to include --test ?
Thanks ahead Puppet wizards!!!
--
You
2011 Mar 11
2
symlink noop error
Hi All
I have a bit of a strange one, and am not sure I''m doing this right. This is
with 2.6.4 on Solaris 10
We want to create a sym link from a source file that is created by a
package. If the package isn''t installed, puppet in noop is registering an
error (big red in the dashboard) because it cannot stat the source file of
the link.
root@warbjohn# cat /tmp/symlink2.pp
2012 Mar 08
2
How do I quote a percent sign in the text of a template?
Hi
I am scratching my head on this not being a ruby person...
I am turning my kickstart files into templates, but am having issues with
percent signs in free form text. This returns a syntax error:
%post
OK, fine , let me escape it:
%%post
No error, but the end result is
%%post
Not quite what I wanted
I''m missing something blindingly obvious - can someone point me to it? :-)
2010 Nov 04
0
certdnsnames question
Hi All
Apologies if this is obvious, but I''m a bit flaky around SSL certificates.
NB puppet version 0.25.5
We use the brilliant feature of certificates where you can have Alternate
DNS names for a certificate which is manifested in the puppet master config
file as certdnsnames. All our clients connect to puppet-$
location.example.com, and if $location is down, we can point the CNAME to
2011 Jan 31
3
Anyone using config_version successfully?
I have tried to use config_version and failed due to limitations in the way
I would like to use it:
- http://projects.puppetlabs.com/issues/3692
- http://projects.puppetlabs.com/issues/4845
- http://projects.puppetlabs.com/issues/5404
As part of http://projects.puppetlabs.com/issues/3692, we''d like to get a
handle on who in the puppet community is using config_version successfully
as it
2009 Jul 01
1
Facter infinite looping on custom facts
Hi All
Background:
I am running Puppet to configure ESX 3.5 servers by NFS mounting the Puppet
binaries and configuration from a shared server. This is to ensure VMware
don''t come back refusing support for installing non standard software on the
server.
# ruby -v
ruby 1.8.7 (2009-04-08 patchlevel 160) [i686-linux]
# facter -v
1.5.5