Displaying 20 results from an estimated 200 matches similar to: "need link for simple docuemntation"
2012 Jan 20
9
client not getting updates no error message
whenever i run a test from client it finishes sucessfully but client
is not getting any configuration changes from server
[root@PROXY-02 tmp]# puppetd --noop --test
notice: Ignoring --listen on onetime run
info: Caching catalog for proxy-02.carnation.in
info: Applying configuration version ''1327091881''
notice: Finished catalog run in 0.02 seconds
[root@PROXY-03 modules]# puppet
2012 Aug 24
3
Chart of the most common Ruby I should know for puppet 3?
Hi all,
Being new to puppet 3 and to Ruby.
Does there exist a chart of the Ruby I should know?
Hugs,
Sandra
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/yuEGLZKgC_4J.
To post to this group, send email to puppet-users@googlegroups.com.
To
2012 Jul 02
1
Puppet-Rundeck Integration
Hello-
I''m running puppet enterprise 2.5.1 and just installed the puppet-
rundeck gem. When I try and start puppet-rundeck, I receive the
message below:
You need to have Puppet 0.25.5 or later installed
/usr/lib64/ruby/gems/1.8/gems/puppet-rundeck-0.0.7/lib/puppet-
rundeck.rb:34:in `configure'': uninitialized constant Class::Puppet
(NameError)
from ./puppet-rundeck:62
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
2011 Sep 14
1
puppet kick getting hostname not match with the server certificate
OS - RHEL5.7
Installation Source - epel-testing repo
Puppet server version - 2.6.6
puppetd version - 2.6.6
I searched Google and none of the answers were a match for my set up...
I can do ''puppetd --test'' from the client and things work as expected.
When doing puppet kick hostname I get the following:
Triggering hostname
Host hostname failed: hostname not match with the server
2011 Dec 19
7
When the lint accumulates...
So some of you may be aware that Tim Sharpe from GitHub wrote a Puppet
linting tool:
$ gem install puppet-lint
$ puppet-lint mymanifest.pp
Source: https://github.com/rodjek/puppet-lint
The linting tool checks Puppet code for "best practice" based on the
Puppet Labs Style Guide:
http://docs.puppetlabs.com/guides/style_guide.html
A lot of us have been using puppet-lint (and puppet
2011 Jul 06
1
Problem using smbusers with samba 3.5.8.1 on AIX 5.2 TL11SP1 system
Hello.
I don't know if you're the person who can help me.
I've got a problem with Samba 3.5.8.1 on a AIX 5.3 TL11SP1 machine.
I installed and configured Samba. It worked fine. I use a DOMAIN member security mode.
The join into our domain worked well.
Any users from a Windows computer is able to access to the AIX machine.
But the only problem I have is this one :
- The use
2012 May 24
9
Announcing Razor
Puppet Labs is really thrilled to announce, in conjunction with EMC, our
new open source bare metal provisioning tool: Razor.
Razor is next generation provisioning software that handles bare metal
hardware and virtual server provisioning with inventory discovery and
tagging, rule-based policy management, and extensible broker plugin
integration. It integrates closely with Puppet and Facter.
The
2011 Dec 19
4
Learn from MY Mistake: "false" != false
Sharing my stoopid mistake in the hopes of saving someone else the same grief:
I had a boolean toggle that was not performing as expected.
Long story short: I had put quotes around the word "false"
class { ''foo'' : boolFlag => "false" } was coming up TRUE
To fix it, lose the quotes
class { ''foo'' : boolFlag => false }
“Sometimes I
2009 May 29
4
Mi browser no muestra el formato para captura desplegado
Hola,
Soy nuevo totalmente con ruby on rails..de hecho durante 15 a#os
programe con un RAD que no maneja codigo asi que estoy intentando
retomar este tipo de lenguajes nuevamente..y vaya que si han cambiando.
Estoy siguiendo un tutorial que indica como hacer una aplicacion
sencilla llamada ''DEPOT'', despues de sortear algunos problemas de
configuracion de mysql y el mismo rails
2011 Jun 06
1
libvirt-bin MOSTLY fails to create default virtual network
I have observed 3 scenarios after I reboot the host with 2 guests (which are
supposed to autostart after boot/reboot of the host):
1. Default network is created but I can not ping guests. Gests don't have
assigned IP address or they both have IP address 192.168.122.100.
2. Default network is not created.
3. Default netork is properly created and everything works fine.
In each case guests are
2012 Apr 09
14
Taking github noise away from puppet-dev list
Since our move to github for pull requests and patches, the usefulness
of puppet-dev has declined significantly. puppet-dev used to be a
great list for development discussion of puppet and the ecosystem
around it. With the information and pull request emails from github,
unless everybody has finely-tuned their email clients, the puppet-dev
list has turned into mostly noise.
We have a goal to
2013 Jul 29
2
a different ssh::auth problem
Hi,
I am very new to puppet.
I installed puppet 3.2.3 (open source) on Debian Wheezy. Everything seems
to work fine.
Now I want to setup ssh::auth on the puppet master. The documentation
states that:
"To install ssh::auth, place the file auth.pp<http://projects.reductivelabs.com/attachments/935/auth.pp> (attached
to this page) into the ssh/manifests directory in your module path:
2012 Oct 15
2
Puppet not picking up files
Hi
I largely copied the example in
http://docs.puppetlabs.com/learning/modules1.html. But I''m getting an error
when running the following from the client:
puppet agent --server puppetmaster --waitforcert 60 --test
err: /Stage[main]/Ntp/File[ntp.conf]: Could not evaluate: Could not
retrieve information from environment production source(s)
file:/etc/puppet/modules/ntp/files/ntp.conf
2009 Jul 31
2
Undefined method updated? for <model object>
Hi,
I have two model say-
ZipCode < ActiveRecord::Base
belongs_to :state_provinces
end
StateProvince < ActiveRecord::Base
has_many :zip_codes
end
if I do @zip_code.update_atribute(:city, "My City")
its giving Undefined method updated? for StateProvince
if I remove belongs_to specifier in ZipCode class then it work fine.
Any alternate solution??
Thanks
--
Regards,
Himanshu
2010 Sep 16
1
advice on writing/maintaining an R package with a version control system
Dear all,
As I resume my dissertation work next month, I'd like to actually
start an R package this time around. I haven't done so because I
update my code very often (still in development phase), so running the
skeleton function, running checks, building, and re-installing the
package onto the system seemed like a long and tedious process.
I would like to hear your experience on how
2010 Aug 20
1
Package repository on Linux machine and upgrading R
Dear list,
I remember running into a thread on this topic in one of the R mailing
lists before but I can't seem to find it now. Basically, I remember a
discussion on how one can set up where R packages can be installed so
that when we upgrade the R version on the machine, the packages are
still accessible. One can back up this package location as well and
bring it to a new computer. I
2012 Aug 25
12
How can MCollective replace "puppet kick"?
Dear readers,
I was shocked to see that "puppet kick" will be deprecated in 3.0.0
https://projects.puppetlabs.com/issues/15735
How can MCollective replace "puppet kick"?
Hugs,
Sandra
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit
2013 Feb 19
4
AWS OpsWorks announcement using Chef
I wonder if PuppetLabs will work with Amazon to try to add Puppet as an
option to OpsWorks as well ?
I don''t think people using Puppet with AWS in a stable fashion would try to
move to OpsWorks and migrate everything to Chef, but new customers/startups
would think twice in choosing Puppet if the service offered in AWS OpsWorks
is based on Chef.
I haven''t tried OpsWorks yet,
2013 Feb 11
4
Yum Repositories appear to be offline
Doing a yum check-update just now and got:
http://yum.puppetlabs.com/el/5Server/dependencies/x86_64/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out>
Trying other mirror.
http://yum.puppetlabs.com/el/5Server/products/x86_64/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out>
Trying other mirror.
“Sometimes I think the surest sign that intelligent