Version information
released Sep 6th 2013
Start using this module
Add this module to your Puppetfile:
mod 'dustinrc-virtualenv', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
dustinrc/virtualenv — version 0.1.0 Sep 6th 2013
virtualenv Puppet Module
virtualenv is a tool to create isolated Python environments. This module handles installing virtualenv across a range of operating systems and distributions.
Installation
This module is available on Puppet Forge as dustinrc/virtualenv. Install with the Puppet Module Tool:
# puppet module install dustinrc/virtualenv
Usage
Simple, just
include virtualenv
or
class { 'virtualenv':
package_ensure => latest
}
License
Apache License, Version 2.0. Please see the LICENSE file for details.
Support
Issues and enhancements are tracked on GitHub
Copyright 2013 Dustin Chapman Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.