Best unofficial Apache Server developers community |
| Threads | Replies | First post | Last post | |
|---|---|---|---|---|
|
hasstatus return code By: Hugo Deprez Dear community, I use puppet to deploy iptables on every server.
This is working fine. In the manifest I defined an iptables service
which leads to my init script. The thing is each time I run puppet I
got : notice:…
|
3 | Feb 1, 2012 09:42 |
Feb 1, 2012 11:57 |
|
|
MCollective Cost? By: Douglas Garstang Someone told me yesterday that collective wasn't free, New to me. Has
something changed in the past month, or are they looking at the
commercial version? The web site must be somewhat confusing if a new
user thinks it costs, but it doesn't. Doug …
|
3 | Feb 1, 2012 11:41 |
Feb 2, 2012 12:51 |
|
|
How to specify the modules dependencies By: sateesh Hi, I have following code in site.pp node default{ include abc
include mno include xyz } when I trying to apply the modules are
installed in parallel. I need to run the mno, only after completing
the abc, and xyz only after completing mno.…
|
1 | Feb 1, 2012 15:32 |
Feb 2, 2012 08:01 |
|
|
Automatically Files and Directory Sync By: Cesarbr hi All - I just installed "learn puppet" VM in my desktop, I 'm very
interested in know more about how often and how Puppet knows when a
file or directory is changed? I changed an example file located at
/var/opt/…
|
2 | Feb 1, 2012 15:33 |
Feb 3, 2012 13:23 |
|
|
Puppet no longer reading puppet.conf By: Brian I've set up a new puppet 2.7.9 machine with the master running on
Apache with Passenger. Things have been going well and I'm slowly
developing manifests. I've also set up puppet dashboard on the master
to act as an ENC. Since the batch…
|
1 | Feb 1, 2012 15:33 |
Feb 4, 2012 02:39 |
|
|
Conditional copy of file By: kashif Hi It may have been answered earlier but I could not find anywhere.
My requirement is that I want to copy a file from server to agent in
few conditions but don't want to touch file in rest of the condition
class example { case…
|
2 | Feb 1, 2012 15:33 |
Feb 2, 2012 08:14 |
|
|
Search which the agent on which a specified module is been installed By: sateesh Hi, Can we get the list of IPs from server where the specified
module is installed. There is a search functionality in the Chef to do
this. Is there any way in puppet? Thanks in advance, Sateesh B.
|
3 | Feb 1, 2012 15:33 |
Feb 2, 2012 00:55 |
|
|
Search which the agent on which a specified module is been installed By: sateesh Hi, Can we get the list of IPs from server where the specified
module is installed. There is a search functionality in the Chef to do
this. Is there any way in puppet? Thanks in advance, Sateesh B.
|
1 | Feb 1, 2012 15:33 |
Feb 3, 2012 03:46 |
|
|
Catalog Service By: blomquisg A while back I stumbled on
http://projects.puppetlabs.com/projects/puppet/wiki/CatalogServiceArch
itecture. What's the status of the Catalog Service Architecture? I
couldn't find references to it on this list I ask because I've been
working on…
|
2 | Feb 1, 2012 15:33 |
Feb 2, 2012 17:44 |
|
|
puppet questions By: Dustin Little Hoping to get some insight from the community. Can
puppet/mcollective/ facter collect/store facts about hosts that are
not actually running puppet? I see that custom facts can be gathered
via shell scripts. Might this be used to build host…
|
4 | Feb 1, 2012 15:45 |
Feb 1, 2012 20:05 |
|
|
Extracting Documentation from custom types. By: vertigo Hi All. We have written an extensive custom type (with provider) for
an internal product that I would like to document using the @doc class
instance variable and calls to desc in the type. For the life of me,
I cannot work out (or find an…
|
0 | Feb 1, 2012 19:23 |
Feb 1, 2012 19:23 |
|
|
How to create / update resources at puppetmaster without restarting puppetmaster By: Waqar Aziz Guys, I am trying to add new resources to puppetmaster i am
following steps below 1. Creating a testclass.pp in
"manifests/services" directory 2. Trying to apply newly created class
to the node using ruby script ie testmanifest.rb As a result…
|
2 | Feb 2, 2012 01:52 |
Feb 2, 2012 08:25 |
|
|
Schedule for own resources? By: Os Hello, I am testing some schedule configurations and was wondering
if I can use the schedule type in my own defines? As far as I can
claim from my own tests, this is not possible? For example, the
schedule "morning" does not work with my…
|
5 | Feb 2, 2012 05:18 |
Feb 9, 2012 06:35 |
|
|
Announcement: Geppetto 2.1.2 released By: Henrik Lindberg Hi, I am happy to announce that Geppetto 2.1.2 has been released and
is available as an update from within Geppetto. If you do not
already have Geppetto installed, start by downloading version 2.1.0
here…
|
3 | Feb 2, 2012 10:10 |
Feb 5, 2012 08:35 |
|
|
How do I track updates to forge modules? By: John Warburton Is there a way to "watch" modules and be notified if they are
updated? I can't see anything obvious in the documentation Thanks
John
|
3 | Feb 2, 2012 16:56 |
Feb 12, 2012 16:16 |
|
|
Puppet Enterprise 2.0.2 is available By: Matthaus Litteken Hello, Puppet Enterprise users! Puppet Enterprise 2.0.2 is
available. This is a maintenance release PE with bug fixes. The main
issues addressed were improving upgrades on EL 4 and cloud provisioner
packaging updates for debian/ubuntu. As…
|
0 | Feb 2, 2012 19:10 |
Feb 2, 2012 19:10 |
|
|
Include the class of modules in master manifest By: sateesh Hi, How to include the class of module in the manifests. Please find
below the details of file location. The puppet location is
/etc/puppet/ In that location I have manifests and modules folder. In
modules, I have module "abc" in which I have xyz…
|
2 | Feb 3, 2012 02:19 |
Feb 3, 2012 07:18 |
|
|
ipv6 address facts By: JurePe?ar Hello, Consider the following interfaces and addresses: # ip a l
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state
UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo inet6…
|
1 | Feb 3, 2012 06:06 |
Feb 3, 2012 14:10 |
|
|
Puppet installed using Gem By: sateesh Hi, I have installed puppet using gem. Version it is installing is
2.7.10. I want to set up the client server architecture. So when I am
running the "puppet agent --server <server> --test", it is
giving me the error "err: Could not request…
|
4 | Feb 3, 2012 06:49 |
Feb 7, 2012 02:20 |
|
|
pip and virtualenv By: lfrodrigues Hello, I would like to use pip to install some python modules. The
problem is that I want to keep all my stuff isolated. I saw this
https://projects.puppetlabs.com/issues/7286 about virtualenv support.
Anyone knows at what stage that is? Any…
|
3 | Feb 3, 2012 07:05 |
Feb 3, 2012 14:06 |