Displaying 20 results from an estimated 80000 matches similar to: "spec tests for puppet modules"
2012 Aug 22
0
Sign up for a usability test by Puppet Labs: Publishing Puppet modules to the Forge with the command-line module tool.
Hello All,
We''re conducting a usability test around publishing modules to the
Forge via the Puppet Module Tool. You''ll be testing a prototype of the
functionality we''d like to ship as part of our tool. We''re interested
in gathering your feedback and learning from how you work with the
tool and what your needs are. The test session will last an hour. For
your
2007 May 17
7
Puppet not honoring alternate path to namespaceauth.conf
Greetings,
I''ve two questions for y''all.
1) I''ve setup an alternate installation path for puppet in a site local
directory outside of ''the usual places''. Puppetd seems to insist that
/etc/puppet/namespaceauth.conf exists despite setting :authconfig in both
puppet and puppetd.
As a result part of my installation now includes a symlink to point
2009 Oct 07
1
Mixing Ruby and Puppet
To manage Asterisk users, I''ve made a define that can be used like
this:
asterisk::user { "sip.login":
fullname => "Sip Extension 223",
secret => "allyourbase",
extension => "223",
}
I''m trying to put user definitions in a single string, and make
something like the following. Should I go down this way, or should I
use
2013 Jan 30
3
Puppet Modules from Forge
Hello all,
I have some questions about the download puppet modules from puppetforge:
I''ll take puppetlabs-dism as an example, once its installed its located:
/etc/puppetlabs/puppet/modules/dism
Can this be renamed to something else ?
Also if for example, I had a folder tree under modules e.g.
/etc/puppetlabs/puppet/modules/windows
|
|- manifests
|--base.pp
|--networking.pp
Can I
2012 Sep 11
0
Puppet module change management - best practices?
All,
I am currently trying to find a better way to do change management for my
puppet code.
Currently we have a single Master with two environments (test and prod).
Each module has it''s own git repo, as does our node defs and our hiera data
repository.
The ''test'' environment is used to control the servers used by our devs and
QA team, and prod are the actual
2013 Aug 27
0
Puppet apply hangs on Executing '/etc/init.d/ntp status'
Hi, after a machine has been up for a few days the following command hangs
when running `puppet apply` (--debug added to see what was hanging)
Service[ntpd](provider=debian): Executing ''/etc/init.d/ntp status''
Running `/etc/init.d/ntp status` works fine when run as root or as myself.
Is there any way to figure out what puppet is hanging on? Is it hanging on
its next action
2010 Aug 18
0
info: Retrieving plugin, err: /File[/var/lib/puppet/lib]: Failed to generate additional resources using 'eval_generate': undefined method `closed?' for nil:NilClass
I''m not really sure the problem is a Plugin problem!! Note than a
puppet client was installed, i change the setting of ip/hosname and
try to re inscription the node to puppetmaster. I would like to
understand what happen. The errors/warnings messages are not very easy
to understand and sometime i''m lost. thank you for you advice. Eric
Puppet version: 0.25.4-2ubuntu6
2007 Jul 23
4
options not being parsed...
With both puppet-0.23.0 and 0.23.1 if I setup just the configuration file
puppet.conf, none of the puppetd options seem to get parsed. I first
noticed this when monit failed to start/stop services due to the lack of a
pid file being generated (and mine is not in one of the usual places).
I''m sure that something like the patch attached but I bet it breaks other
assumptions :-)
Cheers,
2012 Feb 16
5
Puppet on Windows
Hi,
I want to run Puppet on a Windows 2003 Server. I already have a
working Puppetmaster (Scientific Linux).
I installed Puppet on Windows like shown here:
http://projects.puppetlabs.com/projects/1/wiki/Puppet_Windows
This worked very well.
But when I want to run puppet.
puppet agent --test --debug
I get the following output: (I already tried different ruby and puppet
versions without
2013 Jun 26
0
Puppet OpenStack Modules Version 2.0 Released to The Forge
I''m happy to announce the release of version 2.0 of the Puppet Labs
OpenStack modules to the Puppet Forge. These modules handle the deployment
and management of the latest Grizzly releases of OpenStack, including
Keystone, Swift, Glance, Cinder, Nova, and Horizon. Additionally, an
OpenStack module is provided for single or multi-node deployments.
Here is a set of links to the Forge
2013 Mar 08
1
Puppet modules add to Agent
Hi All,
If we have couple modules in Master server ,we can specifically add some
modules to our agent using this command.
puppet agent --test --tags=<module-name>
This command will run if the modules are already there in master, to master
I am adding these modules using puppet enterprise console.Is there any
command available to do it from agent machine?
Regards,
Jithin
--
You
2010 Aug 06
0
A lens for mucking with puppet content / modules
Hi All,
I had a thought - while I was saying that I would like for all my
modules to be ''taged'' x - does augeas have a lens that would allow me
to say.
Use CASE:
If I have comments where I have ''tagged'' my modules, could I loop
though, look at the comments, if I find <pattern>, add the label to
the class.
More generally, this may lead to thoughts of
2013 Jul 11
1
Easy way to debug code
Hi,
Trying to write a generic function to deal with either arrays or strings.
Here''s a cutdown version of what I''m writing highlighting the problem I
have.
All i''m trying to do is take ''server1.testing.com'' from the variable
$server (the variable being either a string or an array) and assign it to
$bar, or assign
2012 Dec 29
1
Puppet module for managing Cobbler
Module on forge:
http://forge.puppetlabs.com/puppetlabs/apache
Code and issue tracker:
https://bitbucket.org/jsosic/puppet-cobbler
Comments are welcome, hope somebody finds it useful. I''m very happy with
it so far :D
The reason I''m posting it is that couple of people asked me about
publishing this module while I was in a process of developing it, so If
those people
2012 Jul 18
1
Puppet modules for Ceph
[Note: This message has also been sent to ceph-devel@vger.kernel.org &
puppet-openstack@puppetlabs.com]
Hi,
I''m currently working on writing a Puppet module for Ceph.
As after some research I found no existing module, I''ll start from
scratch but I would be glad to hear from people who would already have
started working or this or having any idea or pointers regarding this
2012 Oct 16
1
puppet module and no internet connection
Hi,
I managed to get a puppet module on a server and tried to install it but I
got the following and am now lost on how to get round this:
puppet module install puppetlabs-xinetd-1.1.0
Preparing to install into /etc/puppet/modules ...
Downloading from http://forge.puppetlabs.com ...
Error: Error: Could not connect to http://forge.puppetlabs.com
There was a network communications problem
2013 Nov 30
0
install puppet modules behind a proxy
Hi
I installed puppet on centos for the first time yesterday. the default
installation via YUM didnt install any modules
i am using apache and mysql for the webserver and database.
my question is there no way to install the modules if i am behind a proxy?
[root@puppet ~]# puppet --version
3.3.2
[root@puppet conf.d]# cat /etc/*release*
CentOS release 6.4 (Final)
CentOS release 6.4 (Final)
CentOS
2013 Aug 07
3
Nagios XI + Puppet?
Hi All,
I currently make use of Icinga (nagios fork) + Puppet for fully automated
monitoring. It''s worked great up to this point. I''ve recently been asked to
integrate fine grained notifications support into icinga. I''m not entirely
sure puppet manifests are the right place to manage contacts, contact
groups, and their use within host and service definitions for
2013 Mar 15
3
Installing puppet modules
I want to setup a node using a three step process
1) download node requirements (git)
2) download modules to fit requirements (puppet)
3) Bring up the node in the required state (puppet)
The second step is the one I am having trouble with. I want a file
(master.pp) to list out all the modules and what versions are needed before
applying the site.pp file. From what I have been able to find
2013 May 07
2
Modules doesn't work from puppet agent.
Hi all,
I think i''m forgetting something.
If i do: "puppet apply manifiests/site.pp" it works perfectly, loading
modules i have include in site.pp file.
site.pp:
cat manifiests/site.pp
node default {
include ntp, motd
}
But it does not work if i run puppet agent.
puppet agent --test --server=debianita.user.arinso --environment production
Info: Retrieving plugin
Info: