[Puppet Users] Re: Puppet Dashboard - Directory Index Forbidden

2012-03-16 Thread fsalum
Try to add the 2 lines below inside your virtualhost SetEnv RAILS_ENV production RackBaseURI / ... Don't forget to restart apache. []s Felipe On Mar 9, 6:33 am, theirpuppet wrote: > Hello all > > Puppet, puppetmaster, ruby, etc installed from standard Ubuntu 11.10 x86_64

[Puppet Users] Run Stages and Puppet Dashboard

2012-05-18 Thread fsalum
Hi guys. I'm trying to use Run Stages with Puppet Dashboard as my ENC but I couldn't find a way to do it. I see all examples running nodes.pp declarations. Is it possible to use Run Stages via Puppet Dashboard ? If yes, could you give me an example ? Thanks, Felipe -- You received this messa

[Puppet Users] Re: Need help with dashboad configuration..

2012-10-04 Thread fsalum
I have configured Puppet Dashboard, Inventory Service and Reports correctly but I do agree the Dashboard/Inventory/Reports installation and configuration is very confuse on the site. Any chance Puppetlabs will organize those docs and make they less confuse to follow ? :) On Wednesday, October

[Puppet Users] Re: Hadoop format using puppet

2012-10-04 Thread fsalum
I did my hadoop manifest as below: exec { "Namenode - Format dfs.name.dir": path=> '/usr/bin:/usr/sbin:/bin', command => 'echo "Y" | hadoop namenode -format', user=> 'hdfs', unless => "test -d $dfs_name_dir/image", require => Exec['Namenode - Create dfs.name.dir'],