From 8268d348d7c4653a3120345e8796e9a888f5d613 Mon Sep 17 00:00:00 2001 From: Luca Invernizzi Date: Thu, 24 Apr 2014 13:15:47 -0700 Subject: Fixed $(ensure typo in pip.pp --- manifests/pip.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/pip.pp b/manifests/pip.pp index 637960b..a0c0eb4 100644 --- a/manifests/pip.pp +++ b/manifests/pip.pp @@ -101,7 +101,7 @@ define python::pip ( fail('python::pip cannot provide install_args with ensure => absent') } - if $(ensure == present) and ($uninstall_args != '') { + if ($ensure == present) and ($uninstall_args != '') { fail('python::pip cannot provide uninstall_args with ensure => present') } -- cgit v1.2.3