Loading manifests/packages.pp +1 −3 Original line number Diff line number Diff line Loading @@ -66,9 +66,7 @@ class base::packages ( } if (! empty($pip)) { package { 'python-setuptools': ensure => present, } ensure_packages(['python-setuptools'], { ensure => present }) exec { 'easy_install_pip': command => "${easy_install} pip", Loading Loading
manifests/packages.pp +1 −3 Original line number Diff line number Diff line Loading @@ -66,9 +66,7 @@ class base::packages ( } if (! empty($pip)) { package { 'python-setuptools': ensure => present, } ensure_packages(['python-setuptools'], { ensure => present }) exec { 'easy_install_pip': command => "${easy_install} pip", Loading