canmove, Confirmed users
1,394
edits
No edit summary |
|||
Line 3: | Line 3: | ||
= python::user_pip_conf = | = python::user_pip_conf = | ||
This define sets up a .pip/pip.conf for the named user that directs pip to install from the [ReleaseEngineering/PuppetAgain/Python|python] repository, including searching all puppetmasters in case one is down. It takes an optional ''$homedir'' to specify the user's homedir, with the default being in ''/home''. This define should generally be used from ''user'' module classes. See e.g., ''user::root'' for an example. | This define sets up a .pip/pip.conf for the named user that directs pip to install from the [[ReleaseEngineering/PuppetAgain/Python|python]] repository, including searching all puppetmasters in case one is down. It takes an optional ''$homedir'' to specify the user's homedir, with the default being in ''/home''. This define should generally be used from ''user'' module classes. See e.g., ''user::root'' for an example. | ||
= python::virtualenv = | = python::virtualenv = |