Did you install puppet on that machine before?
Bjørge
On 03/21/2012 12:24 PM, Surendra Singhi wrote:
> Hi,
>
> I am trying to install puppet enterprise on a fresh Debian Squeeze
> machine, but I am getting an error midway with no information on what
> went wrong. How do I troubleshoot or look fo
Hi all,
I have thought myself of a #4 possibility, which could be defining the
hierarchy as:
- %{hostname}
- groups
- all
And then create a class called data::groups with a big IF/CASE inside:
class data::groups {
if 'green' in $::groups {
$var1 = 'whatever'
}
if 'blue' in $groups {
On 03/24/2012 10:58 AM, Fernandez Pablo wrote:
Hi,
That would define $primary_group as a variable, not as a fact. Indeed, what I
want to do is:
:backends: - puppet
:hierarchy: - %{primary_group}
:puppet:
:datasource: data
And that requires primary_group to be a fact.
No, that's not
The EL5 repos on yum.puppetlabs.com should not require epel anymore.
If it does, please file a bug.
On Thu, Mar 22, 2012 at 5:27 PM, Aaron Grewell wrote:
> I would install yum-utils and use reposync on a system with internet access
> to create a local repo. Yum.puppetlabs.com has most of what you
Thanks Mike, it's great to see the improvements that have been made to the
repos over the last few months. You guys have clearly been hard at work.
On Mar 25, 2012 4:17 PM, "Michael Stahnke" wrote:
> The EL5 repos on yum.puppetlabs.com should not require epel anymore.
> If it does, please file a
Hello,
Changelog from 0.24.5 mentions a new format, "marshal", being very much
faster than the previous default, "yaml".
But the current default format is "pson". I can't find any comparison in
performance to the other two.
Is "pson" the new default because it fairs better than "marshal" ?
--
Anybody who can tell more about that?
Is that the only way to get msi packages work with puppet?
https://github.com/puppetlabs/puppet_for_the_win
On 23 Mrz., 10:06, Jan Ivar Beddari wrote:
> On 03/23/2012 08:24 AM, Jay Ze wrote:
>
> > Hi,
>
> > Can anybody here tell me what msi packages can be
Error says it all:rack (~> 1.1.0)
You have 1.4.1, which I believe is pulled in as a dependency, you need
1.1.0.
gem install rack -v 1.1.0
gem uninstall rack -v 1.4.1
On Friday, March 23, 2012 1:49:38 PM UTC-5, Gmoney wrote:
>
> When I run this command::
>
> rake RAILS_ENV=production db:mig