simplify horizon external deps

This commit removes external deps for horizon.

They can safely be removed b/c they are now declared
from within the ::horizon class as of
  https://github.com/puppetlabs/puppetlabs-horizon/pull/55
This commit is contained in:
Dan Bode
2013-03-19 14:28:36 -07:00
committed by Dan Bode
parent 8b3b3e9f57
commit 945fec88d5

View File

@@ -76,9 +76,7 @@ node /openstack-controller/ {
sleep_time => 60,
}
if $::osfamily == 'Debian' {
include 'apache'
} else {
if $::osfamily == 'Redhat' {
# redhat specific dashboard stuff
file_line { 'nova_sudoers':
line => 'nova ALL = (root) NOPASSWD: /usr/bin/nova-rootwrap /etc/nova/rootwrap.conf *',
@@ -86,10 +84,6 @@ node /openstack-controller/ {
before => Package['nova-common'],
}
class {'apache':}
class {'apache::mod::wsgi':}
file { '/etc/httpd/conf.d/openstack-dashboard.conf':}
nova_config { 'rpc_backend': value => 'nova.openstack.common.rpc.impl_kombu';}
cinder_config { 'DEFAULT/rpc_backend': value => 'cinder.openstack.common.rpc.impl_kombu';}
#selboolean{'httpd_can_network_connect':