[Puppet Users] 2.7.13 on Ubuntu 10.04 Lucid

2012-05-09 Thread Evan Stachowiak
I have two questions: 1) I've been using squeeze-backports to install 2.7.13 on Ubuntu 10.04. Besides possible dependency issues (which is my next question) is this best practice for installing 2.7.13? 2) Just today I've been getting dpkg dependency issues installing 2.7.13 through squeeze-backpo

[Puppet Users] sshkey resource type in Ubuntu 10.04

2011-10-03 Thread Evan Stachowiak
(note all the keys in my known_hosts and ssh_known_hosts not managed by puppet are prepended with '|1|' on my Ubuntu boxes). Am i missing something here? Or does Ubuntu just handle these files differently and I have to come up with a workaround? Thanks in advance, Evan Stachowiak -- Yo

Re: [Puppet Users] sshkey resource type in Ubuntu 10.04

2011-10-05 Thread Evan Stachowiak
Thanks, Craig, very helpful. For anyone searching for this, the answer was to use the unhashed key. To find the unhashed key, use this command: ssh-keyscan -t rsa hostname On Mon, Oct 3, 2011 at 1:36 PM, Craig White wrote: > > On Oct 3, 2011, at 7:39 AM, Evan Stachowiak wrote: &g

[Puppet Users] 2.7.2 or higher repository for Ubuntu 10.04

2011-10-20 Thread Evan Stachowiak
Is there a best practice or repository I can pull from to install >=2.7.2 on ubuntu 10.04? I'm currently using backports and the latest available version is 2.7.1, which is below the requirements for cloud provisioner. Or should I just go ahead and compile from source? -- You received this messa

[Puppet Users] Re: 2.7.2 or higher repository for Ubuntu 10.04

2011-10-21 Thread Evan Stachowiak
t; through gems.  I might be able to publish my python script that does this. > > >> On Thu, Oct 20, 2011 at 3:01 PM, Evan Stachowiak < > >> evan.stachow...@gmail.com> wrote: > > >>> Is there a best practice or repository I can pull from to install > >&g

Re: [Puppet Users] Re: Hiera unable to retrieve the value

2012-08-22 Thread Evan Stachowiak
I'm running into the same issue on Ubuntu 10.04, hiera 0.3.0, puppet 2.7.18, ruby187. Hiera can lookup values, but only if there is no variable interpolation in /etc/puppet/hiera.yaml. :hierarchy: - '%{operatingsystem}' - common will give this error: err: Could not retrieve catalog from remote

Re: [Puppet Users] Re: Hiera unable to retrieve the value

2012-08-23 Thread Evan Stachowiak
y, August 22, 2012 3:44:21 PM UTC-4, Evan Stachowiak wrote: > > I'm running into the same issue on Ubuntu 10.04, hiera 0.3.0, puppet > 2.7.18, ruby187. > > Hiera can lookup values, but only if there is no variable interpolation in > /etc/puppet/hiera.yaml. > > :hiera