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
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
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
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'],