On Tuesday, January 21, 2014 7:18:42 PM UTC+5, jcbollinger wrote:
>
>
>
> On Monday, January 20, 2014 8:25:18 AM UTC-6, Muhammad Yousuf Khan wrote:
>>
>> hello guys,
>>
>> i am new to puppet and few days back have installed motd module for
>> testing this is my first module working great howev
Hi,
On 01/22/2014 10:04 AM, Muhammad Yousuf Khan wrote:
> The free memory is <%= memoryfree %>
the $memoryfree fact is bound to have a different value on each puppet
run, I think.
Try and remove this line from your template.
HTH,
Felix
--
You received this message because you are subscribed t
Just did: https://tickets.puppetlabs.com/browse/PDB-341
On Tuesday, January 21, 2014 6:37:19 PM UTC+1, Ken Barber wrote:
>
> Yeah, that looks like a bug Akos. Can you file it?
>
> On Tue, Jan 21, 2014 at 2:49 PM, jcbollinger
> >
> wrote:
> >
> >
> > On Monday, January 20, 2014 9:17:39 AM UT
On Wednesday, January 22, 2014 2:08:16 PM UTC+5, Felix.Frank wrote:
>
> Hi,
>
> On 01/22/2014 10:04 AM, Muhammad Yousuf Khan wrote:
> > The free memory is <%= memoryfree %>
>
> the $memoryfree fact is bound to have a different value on each puppet
> run, I think.
>
Try and remove this line f
Hi,
that's pretty much correct. Only to clarify, this is what happens when
the agent contacts the master:
1. the agent requests plugins (if pluginsync is enabled)
-> this may introduce new fact code to the agent
2. the agent gathers all facts about its local machine (see facter)
3. the agent sen
On Tuesday, January 21, 2014 4:05:48 PM UTC+1, jcbollinger wrote:
> Possible alternative explanations:
>
>- You are quoting the parameter name (which is fine), and at least
>some of the added whitespace is going inside the quotes. "ip " =>
>"192.168.1.1"
>- You are inserting a
Thanks Alot :)
On Wednesday, January 22, 2014 3:51:10 PM UTC+5, Felix.Frank wrote:
>
> Hi,
>
> that's pretty much correct. Only to clarify, this is what happens when
> the agent contacts the master:
>
> 1. the agent requests plugins (if pluginsync is enabled)
> -> this may introduce new fact
Yes, I was thinking something like that.
Is there a %{module} variable ?
On 22 Jan 2014 07:39, "Jose Luis Ledesma"
wrote:
> Copied from another thread:
>
> :hierarchy:
> ...
> - "%{environment}/classes/%{calling_class}
>
> Perhaps it is easier that way.
>
> Regards
>
> --
> You received this m
Cory thanks for the response.
Ruby (1.9.3-484 with rails-express patch) was compiled/installed with bash
script ( aka something else).
While the most current ruby binary is in /usr/bin, yum/RPM must need
additional stuff ( maybe that RPM DB entry you mentioned ). Ultimately, I
could see the
On Tuesday, January 21, 2014 11:49:15 PM UTC-6, bluethundr wrote:
>
> Hey all,
>
> Sorry but I forgot to include a key piece of information in that last
> email.
>
> In the ssh class I have defined in the modules init.pp I had this
> definition:
>
> class ssh {
> include ssh::install,
On Tuesday, January 21, 2014 4:58:55 PM UTC-6, Pete wrote:
>
>
> This is a perfect use case for hiera.
> If you aren't using it I would suggest setting it up.
> It will allow you to setup variables exactly how you describe above.
>
> This will get you started.
> http://docs.puppetlabs.com/hie
Hello All,
i have seen so many apt modules on puppet forge website. they are more like
changing source list path defining. HTTP proxy blah blah but what i want is
a bit more.
is there any apt module which can help me to update only selective updates
(like in Microsoft Wsus does, it list down a
Hi,
apparently puppet cannot load the Puppet::FileSystem::File
class from $RUBYLIB/puppet/file_system/file.rb
Have you installed puppet via rpm package? Can you verify the
consistency of your installation?
Failing that, locate the above mentioned file in your file system and
find out why it's no
I have a key and file A.
usually to retrieve data from file, I guess we do something like $var =
File("path/A")
How do we retrieve the data from same file if file "A" is protected by a
key? (I have the Key)
(Related to SSL)
I have a private key file that i want to password protect and use pup
Mohammad,
As far as I know, there is nothing in the puppet world that does what you want.
On the other hand, puppet does give you the flexibility to manage packages to
be installed (or uninstalled) on the managed nodes.
Whether you can use it for installing/removing patches, depends on how the
yes I've seen it on ubuntu 12.04 and Debian 6 nodes installed from
puppetlabs repo, had to roll back to 3.4.0
On Tuesday, January 21, 2014 6:53:38 AM UTC-8, ro001 wrote:
>
>
> Hi,
>
> I am the deploying the puppet master rpm 3.4.2 onto a centos 6.3 VM using
> the following script files but ou
I am configuring AWS cloud provisioning on Puppet VM, getting the below
error. I configured ~/.fog with AWS access keys. I would like to know if
anyone faced the same issue? If so, can you share your inputs?
[root@puppet ~]# vim .fog
[root@puppet ~]# puppet node_aws list
Error: RequestExpired =
Hi Jonathan,
It appears that dhoppe/puppet actually ships an entire copy of hiera
1.0.0 and hiera-puppet inside its lib directory, which is unfortunate
since hiera is now at 1.3.1 and hiera-puppet is part of puppet proper.
I filed an an issue against the github repo, since this isn't an
ideal app
Hi all,
I would like to monitor a configuration directory (a bunch of apache vhost
config files) with puppet.
For several reasons it would be neccessary to deploy the configs with a RPM
package which is built by a Jenkins CI server.
Using a package ressource and just ensure => latest would be e
You can exec a rpm verify against the package, it should display which files
has changed and then reinstall it to if needed but i think this is not a
"puppet solution"
Another option would be install the rpm in the puppet master, and create a
module that deploy the files of the rpm( so no rpm i
** Release Candidate **
PuppetDB 1.6.0-rc3
Prerelease: PuppetDB 1.6.0 is not yet released
* RC1: January 7th, 2014.
* RC2: January 14th, 2014.
* RC3: January 22nd, 2014.
PuppetDB 1.6.0-rc3 Downloads
Available in native package format in the pre-release repositories
There's nothing existing that I know of that works in the GUI-based way
you seem to be talking about. Because, well, we *nix people usually
don't do that.
I've really only worked on RPM-based systems, so I'm not sure if this is
still applicable in the debian world...
There are 2 types of updates
Jason Antman writes:
> There's nothing existing that I know of that works in the GUI-based way
> you seem to be talking about. Because, well, we *nix people usually
> don't do that.
> I've really only worked on RPM-based systems, so I'm not sure if this is
> still applicable in the debian wor
Hello all,
I'm looking to use a simple augeas definition per the below info:
augeas { "sources_config":
context => "/files/etc/apt/sources.list" ,
changes => [
"set deb http://repo/ client main" ,
],
}
Per the snipp
Hi John,
Thanks a lot for the information. I checked the variables and could not
find anything defined twice.
In my workaround I updated the module code slightly and managed to fix the
issue I face.
This is the original code
https://github.com/razorsedge/puppet-network/blob/master/manifests/if
Hi Felix,
Thanks for the information. I used the create_resources and fixed the
issue. Further I started using the individual host files as you suggested
to make it more manageable. Thanks again for the tips.
This is what I finally implemented. (Note: I came across another issue with
this imp
On Wednesday, January 9, 2013 2:34:30 PM UTC-7, Wolf Noble wrote:
>
> Hi Gang,
>
> My colleagues and I are contemplating refactoring our modules to take
> advantage of the "roles/profiles" paradigm suggested by Craig Dunn in his
> blog post found here:
> http://www.craigdunn.org/2012/05/239/
>
Hello,
I have a need for an exported resource that only gets exported once. So a
class that exports this resource should test first if it hasn't already
been exported, and only then export it.
In pseudo code:
if
!exists X
then
@@X
The problem is that I can't seem to find out how to tes
28 matches
Mail list logo