Do not install nova docs on every node

Currently, the nova documentation is being installed
on all nodes.

This is somewhat of a waste of bandwidth. It is
being removed to streamline the installation process.
This commit is contained in:
Dan Bode 2012-03-19 14:52:22 -07:00
parent e47ef5c8ea
commit 6e43f0a2a1
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class nova(
# allowing a resource to serve as a point where the configuration of nova begins
anchor { 'nova-start': }
package { ["python-nova", $::nova::params::doc_package_name]:
package { ["python-nova"]:
ensure => present,
require => Package["python-greenlet"]
}