Index: modules/updateserver/manifests/init.pp |
=================================================================== |
--- a/modules/updateserver/manifests/init.pp |
+++ b/modules/updateserver/manifests/init.pp |
@@ -95,8 +95,6 @@ |
content => template('updateserver/update_update_manifests.erb') |
} |
- ensure_packages(['python-pip', 'python-dev']) |
- |
# Make sure that apt packages corresponding to the pip-installed modules below |
# won't be installed unintentionally, these will take precedence otherwise. |
package {['python-jinja2', 'python-crypto']: |