Sha256: 01b8504c28a348176b136dbb2b82e3383fb3920ed296ce9f21c1a796a75e9502

Contents?: true

Size: 527 Bytes

Versions: 20

Compression:

Stored size: 527 Bytes

Contents

# Cookbook Name:: ganglia
# Recipe:: web

# hmm, maybe unify with below
execute "create ganglia web interface" do
  command "cp -r  /opt/local/src/ganglia-3.1.2/web #{node[:ganglia][:gmond_web_root]}"
  action :run
  creates node[:ganglia][:gmond_web_root]
end

# setenforce 0
execute "selinux: allow httpd can network for ganglia web interface" do
  command "setsebool -P httpd_can_network_connect 1"
  action :run
  only_if "/usr/sbin/getenforce | grep Enforcing"
  not_if "getsebool httpd_can_network_connect | grep on"
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
poolparty-1.6.9 examples/chef_cloud/chef_repo/cookbooks/ganglia/recipes/web.rb
poolparty-1.6.8 examples/chef_cloud/chef_repo/cookbooks/ganglia/recipes/web.rb
poolparty-1.6.7 examples/chef_cloud/chef_repo/cookbooks/ganglia/recipes/web.rb
poolparty-1.6.6 examples/chef_cloud/chef_repo/cookbooks/ganglia/recipes/web.rb
poolparty-1.6.5 examples/chef_cloud/chef_repo/cookbooks/ganglia/recipes/web.rb
poolparty-1.6.4 examples/chef_cloud/chef_repo/cookbooks/ganglia/recipes/web.rb
poolparty-1.6.3 examples/chef_cloud/chef_repo/cookbooks/ganglia/recipes/web.rb
poolparty-1.6.2 examples/chef_cloud/chef_repo/cookbooks/ganglia/recipes/web.rb
poolparty-1.6.1 examples/chef_cloud/chef_repo/cookbooks/ganglia/recipes/web.rb
poolparty-1.6.0 examples/chef_cloud/chef_repo/cookbooks/ganglia/recipes/web.rb
poolparty-1.5.0 examples/chef_cloud/chef_repo/cookbooks/ganglia/recipes/web.rb
poolparty-1.4.8 examples/chef_cloud/chef_repo/cookbooks/ganglia/recipes/web.rb
poolparty-1.4.7 examples/chef_cloud/chef_repo/cookbooks/ganglia/recipes/web.rb
poolparty-1.4.6 examples/chef_cloud/chef_repo/cookbooks/ganglia/recipes/web.rb
poolparty-1.4.5 examples/chef_cloud/chef_repo/cookbooks/ganglia/recipes/web.rb
poolparty-1.4.4 examples/chef_cloud/chef_repo/cookbooks/ganglia/recipes/web.rb
poolparty-1.4.3 examples/chef_cloud/chef_repo/cookbooks/ganglia/recipes/web.rb
poolparty-1.4.2 examples/chef_cloud/chef_repo/cookbooks/ganglia/recipes/web.rb
poolparty-1.4.1 examples/chef_cloud/chef_repo/cookbooks/ganglia/recipes/web.rb
poolparty-1.4.0 examples/chef_cloud/chef-repo/cookbooks/ganglia/recipes/web.rb