On Wed, Jun 30, 2010 at 11:57 AM, Brice Figureau
wrote:
> On 30/06/10 20:48, Marcus, Allan B wrote:
>> We need to put a script into /usr/local/bin. Which is more efficient, put
>> the text into a variable and use content =>, or put the file on the
>> puppetmaster server and use source =>
>
> Def
On Wed, Jun 30, 2010 at 10:40 AM, CraftyTech wrote:
> Hello All,
>
> Can someone point me in the right direction here. I'm trying to
> create an erb template for my /etc/hosts file, so that when executed,
> it populates the /etc/hosts file only with entries that are tag
> relevant. For insta
On Thu, Jul 1, 2010 at 1:36 PM, Aaron Blew wrote:
> All,
> I'm having an interesting certificate problem with a host I provisioned
> today.
Have you checked your clocks? Is the client in sync with the server?
--
Jeff McCune
http://www.puppetlabs.com/
--
You received this message because you
On Thu, Jul 1, 2010 at 6:03 PM, Chuck wrote:
> Move the classes directory to
>
> /etc/puppet/modules/repo/manifests/classes
>
With puppet 0.25.x, you should no longer need to use any import
statements at all. The autoloader will import the correct manifest
file so long as you follow the standar
Peter Meier wrote:
>> I am running puppet 0.25.5, and have the puppetmasterd and puppetd on
>> the same server. When I start the puppetd client, it gets an empty
>> $vardir, and tries to create /touch instead of /var/xyz/puppet/touch.
>
>> What am I missing?
>
> afair config variables are not yet
I have opened a ticket against puppet
http://projects.puppetlabs.com/issues/4135
this is just a warning, and only occurs when the file is synced. The files
are still synced correctly. Engineering is aware of this issue. thanks for
reporting it :)
On Fri, Jul 2, 2010 at 1:04 AM, SyRenity wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 02/07/2010 05:20, Patrick Mohr wrote:
>
> On Jul 1, 2010, at 6:31 PM, Markus Falb wrote:
>
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> Hi,
>>
>> err: //cobbler::web/Selboolean[httpd_can_network_connect]: Failed to
>> retrieve current
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 07/02/2010 06:39 PM, Joe McDonagh wrote:
> On 07/02/2010 12:11 PM, Druwerd wrote:
>> Is there a better way to set the permissions on the cfg files
>> generated by the nagios_service type?
>> I want each nagios service check to have it's own file, bu
On 07/02/2010 12:11 PM, Druwerd wrote:
Is there a better way to set the permissions on the cfg files
generated by the nagios_service type?
I want each nagios service check to have it's own file, but don't want
to write it out each time. Is there a way to set default permissions
for the nagios_ser
* hernan [2010/06/30 17:02]:
> I'm building a puppet manifest for an Ubuntu machine that needs to
> have both of these on it:
>
> package { "memcached":
> provider => gem,
> ensure => "0.18.0"
> }
>
> package { "memcached":
> provider => apt,
> ensure => installed
> }
I
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> I am running puppet 0.25.5, and have the puppetmasterd and puppetd on
> the same server. When I start the puppetd client, it gets an empty
> $vardir, and tries to create /touch instead of /var/xyz/puppet/touch.
>
> What am I missing?
afair config v
* noob-puppeteer [2010/07/01 18:00]:
> I must be missing something with how puppet.conf works.
>
> I have configured puppet.conf like so:
> [main]
> vardir = /var/xyz/puppet
>
> I have a very simple site.pp
>
> file { "$vardir/touch":
> ensure => present,
> }
>
> I am running puppet 0
Is there a better way to set the permissions on the cfg files
generated by the nagios_service type?
I want each nagios service check to have it's own file, but don't want
to write it out each time. Is there a way to set default permissions
for the nagios_service cfg files?
# Monitor ntp servic
Alex Howells wrote:
> On 1 July 2010 14:13, Demitrius Robinson wrote:
>> Most backup software programsdata offer some form of data .
>> Filtering allows you to filter certain types of files for backup. For
>> example, you can select to backup all of the images in your hard drive-
>> giving you
Use "recurse => remote". See this thread too:
http://groups.google.com/group/puppet-users/browse_thread/thread/8eb0bc8a117924b8/e509c1ff40c25296.
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to puppet-us...
On 1 July 2010 14:13, Demitrius Robinson wrote:
> Most backup software programs data offer some form of data .
> Filtering allows you to filter certain types of files for backup. For
> example, you can select to backup all of the images in your hard drive-
> giving you the freedom to refine you
On Jul 1, 2010, at 10:45 PM, Douglas Garstang wrote:
> On Thu, Jul 1, 2010 at 9:11 PM, Patrick Mohr wrote:
>>
>> On Jul 1, 2010, at 9:05 PM, christopher floess wrote:
>>
>> Hey, this is sort of hijacking the thread, so if need be, please, I can
>> start another thread for it, but could someone
On 6/30/2010 5:07 PM, Patrick Mohr wrote:
By the way, ignoring the technical aspect, how do you think defined
should work in this case? In this case, what aleart should be printed,
or what error should be printed? This is a rather contrived example, but
I'm not really sure what puppet should actu
On 6/30/2010 10:57 AM, Matt wrote:
On 29 June 2010 17:22, Luke Kanies wrote:
Hi all,
Given the number of threads on variable scoping recently, it's pretty clear
we need to change how it works. Markus has a lot of this redone in his
futures branch, and I'm asking him to fully describe what the
On 6/30/2010 1:47 AM, Joe McDonagh wrote:
Also, it would be *huge* to be able to append to vars. Right now I open
fw ports via a variable in the node def like:
$open_tcp_ports = "22,443"
If I could always open 22 in the node def, but += inside classes for
httpd, nfs, etc. things would be nice.
Hi.
I created a new module using puppet-tool, but Puppet shows following
error when trying to synchronize it:
README.markdown:2: syntax error ==^ /var/lib/puppet/lib/puppet/
facter/README.markdown:7: syntax error on site-specific data that just
isn’t available via Facter. The
Hi.
After I upgraded to latest puppet, I started receiving this message
both in clients and in master.
Following the advice below, i create an empty stub module, with empty
"lib" directory:
http://projects.puppetlabs.com/issues/2244
Any idea if this is a clean solution, or there is another, bet
22 matches
Mail list logo