Hi,
if I send the certificate request from puppet dashboard to the puppet
master, I get the error
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B:
certificate verify failed
The master log gives me this message:
[2013-08-02 22:28:22] ERROR OpenSSL::SSL::SSLError: SSL_accept
Hey Josh did you have an opprotunity to look into this issue?
On Thursday, July 25, 2013 10:54:20 AM UTC-4, GregC wrote:
>
> Following the instructions from puppetlabs for yum install on Red Hat 6,
> no problems
>
> When I try to run a puppet test I get the following error, there are no
> manif
Hi,
Recently i've studying puppet by reading and doing the examples from this
book: "Pro puppet".
books.sysadmins.su/system/files/Pro.Puppet.pdf
On page 145 from this book there is example about Exporting Load Balancer
Worker Resources.
I created the files inside already existing apache m
Version: puppet-3.2.3-1.el6.noarch.rpm
--
I just try to create a class as parameters container like this:
cat > /etc/puppet/modules/ssh/manifests/params.pp << EOF
class ssh::params {
$ssh_package_name = $::operatingsystem ? {
'solaris' => 'openssh',
'
[Please respond to THE LIST and not directly/privately]
OK, then if you want to manage 100+ files, you need to either LIST 100+ files
or manage the file tree using the 'recurse' parameter.
There is another thread here recently asking about wildcards in file resources.
They were told that wildc
+1 on that. exec a shell command.
Look at it this way: How can you get the list of files without running a shell
command ?
Short answer: You cannot, so make it a chmod instead of an ls command and you
are done.
“Sometimes I think the surest sign that intelligent life exists elsewhere in
the
Hi Ivan,
You can try putting the all file names in array variable and use that
array variable in file resource.
File resource of puppet support array structure. This might work.
On Friday, August 2, 2013 2:09:32 PM UTC+5:30, Ivan Lysov wrote:
>
> Hi All!
>
> I want to grant spetial permission
Your link is for posting a new message to this group on Google Groups.
Perhaps you wanted this:
http://www.puppetcookbook.com/posts/remove-duplicated-file-resource-attributes.html
You say you want to check file permission/ownership.
Do you want to make any changes if things are not how you w
Very new to Puppet and I need to create a class that checks the file
permissions and ownership for 60- 100 files. Some of the files will be
named differenty or have a different path depending on the OS. I am aware
of the core_permissions class demonstrated in the Puppet 3.0 Quick Start,
and
On Friday, August 2, 2013 6:43:01 AM UTC-7, jcbollinger wrote:
>
>
>
> On Thursday, August 1, 2013 2:37:03 PM UTC-5, Jacob McCoy Wade wrote:
>>
>> The closest I've come is to use:
>>
>>> $random_1 = generate('/bin/sh', '-c', '\"/bin/cat /dev/urandom | /usr
>>> /bin/tr -dc \'a-z0-9\' | /usr/bin/fo
Hi all,
I am using the sysctl provider from fiddyspence and it is doing a great job
managing my system tuning.
However, one thing that I would like to do is extend the provider to simply
add the ability to insert a comment as part of the values that get written
out so that visually on a system
On Thursday, August 1, 2013 5:45:29 PM UTC-5, Josh Cooper wrote:
>
> Hi John,
>
>
> On Thu, Aug 1, 2013 at 6:00 AM, jcbollinger
>
> > wrote:
>
>>
>>
>> On Wednesday, July 31, 2013 8:22:01 AM UTC-5,
>> cha...@lyricalsoftware.comwrote:
>>>
>>>
>>> Hopefully my $0.02 can we worth something here ;
On Thursday, August 1, 2013 12:01:28 PM UTC-5, Worker Bee wrote:
>
> Hi Everyone;
>
> First, thanks for your help!
>
> I am trying to create a way to categorize hosts based on both/either/or
> the name of the host as well as the location of the host.
>
> Right now, I have .pp files that categori
On Thursday, August 1, 2013 2:37:03 PM UTC-5, Jacob McCoy Wade wrote:
>
> I'm looking for some help in getting the proper escape sequence within the
> generate function.
> Ultimately what I'm trying to do is generate some random strings, store
> them as variables, and use those variables to pop
On Friday, August 2, 2013 3:39:32 AM UTC-5, Ivan Lysov wrote:
>
> Hi All!
>
> I want to grant spetial permissions on some core files. So it would be
> nice to use something like
>
> file { "/var/lib/monitorium/core*" :
> mode => 0644,
> }
>
> But that obviously doesn't work. Any
On Fri, Aug 2, 2013 at 4:26 AM, Alex Harvey wrote:
> Hi all,
>
> I am going to have a meeting to sell the idea of retrofitting Puppet to a
> fleet of already-built legacy Unix systems to a skeptical management (as
> opposed to only using it to build new linux systems, where I don't need to
> sell
On Aug 2, 2013, at 1:39, fuzzy186 wrote:
> Hi,
> Recently i've studying puppet by reading and doing the examples from this
> book: "Pro puppet".
> books.sysadmins.su/system/files/Pro.Puppet.pdf
...
> What should I do to make it work ?
The problem is you're using a pirated copy of that bo
Hi,
Recently i've studying puppet by reading and doing the examples from this
book: "Pro puppet".
books.sysadmins.su/system/files/Pro.Puppet.pdf
On page 145 from this book there is example about Exporting Load Balancer
Worker Resources.
I created the files inside already existing apache module.
Hello David,
>>What checks are you doing that take 6 minutes? A simple syntax check and
>> erb evaluation takes around 30s on a big repo over here.
I´ve to admit that I´m using puppet-lint with all options, which throws a
lot of warnings
I´ll eliminate a few options.
bye
,
Stefan
--
Y
Hi All!
I want to grant spetial permissions on some core files. So it would be nice
to use something like
file { "/var/lib/monitorium/core*" :
mode => 0644,
}
But that obviously doesn't work. Any people with the same problem i've
googled used some workarounds like managing dire
Hi all,
I am going to have a meeting to sell the idea of retrofitting Puppet to a
fleet of already-built legacy Unix systems to a skeptical management (as
opposed to only using it to build new linux systems, where I don't need to
sell the idea).
Here, "legacy Unix" means AIX, Solaris, HP-UX, a
21 matches
Mail list logo