Commit 99d842ae authored by Scotty Logan's avatar Scotty Logan
Browse files

using stdlib ensure_packages to esnure python-setuptools is installed

parent e867d8d9
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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",