[Puppet Users] package require to run puppet using mcollective on RHEL

2013-06-15 Thread Ankit Mittal
Hi All, Please help in finding that the following packages are require to run puppet,factor,mcollective and ruby on RHEL : 1)gdbm-devel 2)zlib-devel 3)openssl-devel 4)readline-devel Actually i am installing yaml ,ruby,puppet,factor and mcollective inside a common folder on one server and then

Re: [Puppet Users] Packages for Ubuntu 13.04 (raring)

2013-06-15 Thread Colin Hudler
Watch this space: On 06/13/2013 06:49 PM, Vlad wrote: Any news about the packages for Raring? On Monday, June 10, 2013 10:24:25 AM UTC-5, Andreas Ntaflos wrote: It seems there are no packages available for Ubuntu 13.04. There is a puppetla

[Puppet Users] Managing (and pinning) package versions with puppet

2013-06-15 Thread Andres Olarte
I have an installation that I'm trying to manage with puppet. For some of the packages we want to have very tight control over the versions. Since they are critical to our application, we only upgrade them after testing in our test environment, and we schedule upgrades during low traffic times

[Puppet Users] Service wouldn't start

2013-06-15 Thread Pan Luo
I'm trying to set up gitlab on the RHEL 6 server using https://github.com/sbadia/puppet-gitlab with modifications to use RVM. The problem I'm having is gitlab service wouldn't start even it says so. Here is the service code: > service { > 'gitlab': > ensure => running, > p

[Puppet Users] puppetlabs-apt and package resource dependency

2013-06-15 Thread nic
Hi I have only recently started using modules off the forge and running a recent version of Puppet (the majority of our network is still utilising 0.25.4). I spent a significant amount of time ensuring that dependencies in our existing Puppet implementation result in a single Puppet run will

[Puppet Users] package require for running puppet with mcollective

2013-06-15 Thread Ankit Mittal
Hi All, please help to find that the following packages are require to run puppet using mcollective on RHEL 64 bit : 1) *gdbm-devel.x86_64* 2) *zlib-devel.x86_64* 3) *openssl-devel.x86_64* 4)* readline-devel.x86_64* * * or we can* *use the above packages without *devel *(like *gdbm.x86_64)* Actual

[Puppet Users] Service wouldn't restart/refresh

2013-06-15 Thread Pan Luo
I was trying to set up gitlab using this module (https://github.com/sbadia/puppet-gitlab) with some modification to work with RVM and RHEL 6. I got everything working except the gitlab service wouldn't start. The service is defined as: > service { > 'gitlab': > ensure => running

[Puppet Users] New to Puppet bash: command not found

2013-06-15 Thread gfdaddy14
I have installed PE 2.8 server None of the commands work =, for example... puppet --server list, puppet agent --test,puppet agent --test --server=`hostname`, puppetca, I get the following error: *bash: puppetca: command not found * I get this no matter which command I try to run. ** *leas

Re: [Puppet Users] New to Puppet bash: command not found

2013-06-15 Thread Peter Bukowinski
Make sure the puppet binaries are in your path. -- Peter (from phone) > On Jun 15, 2013, at 12:11 PM, gfdadd...@gmail.com wrote: > > I have installed PE 2.8 server > None of the commands work =, for example... puppet --server list, puppet > agent --test,puppet agent --test --server=`hostname`,

Re: [Puppet Users] Service wouldn't start

2013-06-15 Thread Rilindo Foster
I guess this piece of code is what you created , because puppet-gitlab has that already defined service.pp already has that defined: file { '/etc/init.d/gitlab': ensure => file, content => template('gitlab/gitlab.init.erb'), owner => root, group => root, mod

[Puppet Users] Re: New to Puppet bash: command not found

2013-06-15 Thread gfdaddy14
Forgot to mention that I am ne to LInux also... Do you have an example? On Saturday, June 15, 2013 12:11:17 PM UTC-4, gfda...@gmail.com wrote: > I have installed PE 2.8 server > None of the commands work =, for example... puppet --server list, puppet > agent --test,puppet agent --test --serve

Re: [Puppet Users] ruby issue

2013-06-15 Thread Greg Chavez
I don't have access to the Optional repo, full stop, so I can't mirror it. However, I do have access to its constituent packages, so what you can do is search for "rubgems" at RHN under Downloads -> Packages and download the rpm. I then dropped it into a one-file mrepo, added the mrepo info to my

[Puppet Users] puppet-dashboard not linking both filebucket md5 links

2013-06-15 Thread cko
Hi everyone, I have the following problem with the puppet-dashboard / filebucket "diff" functionality: It doesnt show the content of the "new / changed" file. I configured the cl

Re: [Puppet Users] Re: New to Puppet bash: command not found

2013-06-15 Thread Gabriel Filion
On 15/06/13 02:15 PM, gfdadd...@gmail.com wrote: > Forgot to mention that I am ne to LInux also... > > Do you have an example? the path that was mentioned by Peter is a set of directory paths separated by ":" where binaries are searched when invoked. it is set in the environment variable $PATH.