canmove, Confirmed users
1,394
edits
No edit summary |
|||
Line 20: | Line 20: | ||
;group: group that should own the virtualenv (default root) | ;group: group that should own the virtualenv (default root) | ||
Note that the python, user, and group attributes only have an effect when the virtualenv is created. Packages can be added to the packages list, or their versions changed, but removing a package from the list will not result in puppet removing it from the virtualenv. | Note that the python, user, and group attributes only have an effect when the virtualenv is created. Packages can be added to the packages list, or their versions changed, but removing a package from the list will not result in puppet removing it from the virtualenv. | ||
You can add dependencies on a virtualenv using the ''->'' operator. | |||
== Example == | == Example == |