We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22cd11b + 371dc10 commit c5a7944Copy full SHA for c5a7944
2 files changed
REFERENCE.md
@@ -628,7 +628,7 @@ python::pip { 'cx_Oracle' :
628
virtualenv => '/var/www/project1',
629
owner => 'appuser',
630
proxy => 'http://proxy.domain.com:3128',
631
- environment => 'ORACLE_HOME=/usr/lib/oracle/11.2/client64',
+ environment => ['ORACLE_HOME=/usr/lib/oracle/11.2/client64'],
632
install_args => '-e',
633
timeout => 1800,
634
}
manifests/pip.pp
@@ -33,7 +33,7 @@
33
# virtualenv => '/var/www/project1',
34
# owner => 'appuser',
35
# proxy => 'http://proxy.domain.com:3128',
36
-# environment => 'ORACLE_HOME=/usr/lib/oracle/11.2/client64',
+# environment => ['ORACLE_HOME=/usr/lib/oracle/11.2/client64'],
37
# install_args => '-e',
38
# timeout => 1800,
39
# }
0 commit comments