Hi,
using puppet can i manage application packages, for example if some
application user want to install his application package, is it possible to
maintain that package using puppet ? like opsware do ?
Regards,
Dha
--
You received this message because you are subscribed to the Google Groups
Right now we're deploying via cap and something custom and part of the
deployment is a config yaml file which puppet parses via facter in order to
determine how to do the OS/middleware config. It works fairly well, but it
feels kludgy to do it this way.
I've been wanting to cook something up l
Hello
I am new to puppet and have installed PE 2.7 and the snmp class from
here:
https://github.com/paulgear/puppet/blob/master/modules/snmp/manifests/init.pp
So far, I have got through a few errors but cannot figure out what is still
wrong.
I get an error from the puppet agent:
Failed to app
If Iam right, puppet usually sends certs with its name
$ssldir/certs/.pem and uses private key
$ssldir/private_keys/.pem But now how it uses $ssldir/certs/ca.pem
and correctly uses private key $ssldir/private_keys/.pem ?
And Am I right that puppetdb requires ca.pem signed by private key of ca
durin
Hello Guys,
I'm beginning use puppet (v.3.0.1) in OS Linux (Centos) , I have simple
question with my configuration . I actually i have puppet-master and
puppet-node in the master have declared the class but these no are applied
in my node (I'm not sure for this point is the correct form for do t
I have installed two modules under $confdir/modules:
erwbgy's system module (which depends on augeasproviders)
and augeasproviders
I have a hiera entry:
system::sshd:
Banner:
value: /etc/issue.net
When I do the first "puppet agent --test" run, it always fails with
following error:
Err
On 30 November 2012 17:37, Schofield wrote:
> I am at the beginning of merging the traditional OS/Middleware update
> process with application development release process. The goal is to be
> able to test a complete versioned OS/Middleware/Application stack as it
> moves through dev/test/qa/prod
On 30 November 2012 23:02, Craig White wrote:
>
> On Nov 30, 2012, at 10:37 AM, Schofield wrote:
>
>> I am at the beginning of merging the traditional OS/Middleware update
>> process with application development release process. The goal is to be
>> able to test a complete versioned OS/Middlewa
In puppetlabs-firewall it appears that you can provide an array of source
ips as defined in types/firewall.rb (desc: An array of source
addresses).
However, when I pass in an array of source addresses, it only applies the
first address to the ruleset.
eg:
firewall { '100 allow web':
Which puppetlabs-corosync are you using? There are 19 forks of it last I
checked(including one by me for my own needs surrounding DRBD which is now
horribly out of date).
I would change this:
cs_order { 'jboss_ip_before_jboss':
first => 'applayer_ip',
second => 'applayer_jboss',
When I apply a sshkey resource I do obtain the /etc/ssh/ssh_known_hosts
file, but it is not world reable.
According to the ssh man page,
/etc/ssh/ssh_known_hosts
> Systemwide list of known host keys. This file should be
> prepared by the system administrator to contain the public
You should be able to rig something up using the existing cs_primitive,
cs_clone and cs_property provider/types, although I've avoided doing this
as it worries me. The problem as far as I can tell is that cs_primitive
assumes a provider, primitive class, and primitive type, and stonith
resource
Thank you John for the answer, it clarified some doubts I had.
On Wednesday, November 28, 2012 3:50:01 PM UTC+1, jcbollinger wrote:
>
>
>
> On Tuesday, November 27, 2012 4:23:50 PM UTC-6, Yanis Guenane wrote:
>>
>> Within mycon template I have a variable 'test' that depending if the
>> package wa
Hey list,
Not sure if something has been posted about it but I didn't find any post
after research,
I'd like to define an entry in my /etc/ssh/ssh_know_hosts using sshkey
resource.
After a run it does insert an entry there, but the issue is that I have the
HashKnownHosts flag set on my config
You can actually install in a custom directory and build a package from
that pretty easily. Look at directory provider from
https://github.com/jordansissel/fpm on how to do that. Of course you
will then want to tweak specific configuration options like IP address
through puppet.
Hope that helps :
15 matches
Mail list logo