On Mon, Sep 03, 2012 at 05:26:30AM -0700, matonb wrote:
> puppet-server 2.7.19 on CentOS 6.3 x64
>
> I have the follow very bsaic class, which I would expect to install the
> package if it's not already present on the system:
>
> class yum::repos::puppetlabs {
> package { 'puppetlabs-releas
The hiera function works as you described and supports strings, arrays and
hashes. The hiera_array and hiera_hash functions build additive arrays and
hashes that include the values of all matching variables across the entire
hierarchy. For your use case you should use hiera() instead of
hiera_arra
...my hiera.conf since it would probably help. %{datacentre} is a custom
fact that is set at build time:
---
:hierarchy:
- node/%{hostname}
- common/%{datacentre}
- common/common
:backends:
- yaml
- puppet
:yaml:
:datadir: '/local/puppet/env/%{environment}/hieradata'
:puppet:
:datas
Versions: puppet 2.7.18, hiera 0.3.0
I have encountered a problem that is completely counter intuitive to how I
thought hiera was meant to work. I have three levels in my hierarchy in the
following order:
- .yaml (specific to the host)
- .yaml (we have multiple sites, this is info specific t
I know this will resurrect very old thread, but this was very useful
comment. It eventually lead to working solution.
However, I was not enough (with puppet v.2.6.17). I still got 403.
I added "auth any", resulting the following end of auth.conf file:
__
...
path /run/
auth any
method save
al
Hi Ajeet,
Instead of using puppet for these steps, I would recommend the native
package management for your operating system, then use puppet to distribute
and maintain versions. For instance, RPM was designed to do all the things
you require, as well as dealing with changes to the application
Yes, this is correct. But note that rpm can't do dependencies like yum -
you will need to install the dependencies by hand using other package{}
declarations and use requires=>
On 03/09/12 14:36, Mark Roggenkamp wrote:
I believe it will work if you change the provider to rpm in this case
(pr
I believe it will work if you change the provider to rpm in this case
(provider => rpm,).
Mark
On Monday, September 3, 2012 8:26:30 AM UTC-4, matonb wrote:
>
> puppet-server 2.7.19 on CentOS 6.3 x64
>
> I have the follow very bsaic class, which I would expect to install the
> package if it's
On 03.09.2012 14:26, matonb wrote:
puppet-server 2.7.19 on CentOS 6.3 x64
I have the follow very bsaic class, which I would expect to install the
package if it's not already present on the system:
class yum::repos::puppetlabs {
package { 'puppetlabs-release':
ensure => installed,
so
puppet-server 2.7.19 on CentOS 6.3 x64
I have the follow very bsaic class, which I would expect to install the
package if it's not already present on the system:
class yum::repos::puppetlabs {
package { 'puppetlabs-release':
ensure => installed,
source =>
'http://yum.puppetlabs.com
I have installed JBOSS application manually following these steps:
[code]
1.$ su -c "yum install java-1.6.0-openjdk-devel"
2.$ java –version
3.wget
http://download.jboss.org/jbossas/7.1/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final.zip
4.$ unzip jboss-as-7.1.1.Final.zip -d /usr/share
5.$ adduser jbos
On 03.09.2012 09:45, Jan Ziegler wrote:
Hi,
We have 18 Windows Server in the same environment. All Windows Server
are build with an individual Windows Image, we created before, which
means, that all Windows Machines have the same configuration except
ip/mac address and hostname.
17 of those Wind
Hey,
Thanks it works! Funny that it didnt work before this as I swore I tried it
too. my luck maybe.
On Monday, September 3, 2012 12:14:54 PM UTC+8, Gonzalo wrote:
>
> On Mon, Sep 3, 2012 at 1:31 PM, Choon Ming Goh
>
> > wrote:
>
>> Hi guys,
>>
>> I'm trying to do the following in my template:
Hi,
We have 18 Windows Server in the same environment. All Windows Server are
build with an individual Windows Image, we created before, which means,
that all Windows Machines have the same configuration except ip/mac address
and hostname.
17 of those Windows Server run Puppet within 120 second
14 matches
Mail list logo