Forge Home

vcsdeploy

Feature rich deployment of files and templates from your vcs repositories to your nodes. Unlike other modules which implement types and providers which execute locally on each node, vcsdeploy runs on the puppet master, increasing security, enhancing the visibility of changes via the reports, and with less load on your version control systems.

16,425 downloads

11,075 latest version

3.8 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.1.5 (latest)
  • 1.1.4
  • 1.1.3
  • 1.1.2
  • 1.1.1
  • 1.1.0
  • 1.0.11
  • 1.0.10
  • 1.0.9
  • 1.0.8
  • 1.0.7
  • 1.0.6
  • 1.0.5
  • 1.0.4
  • 1.0.3
  • 1.0.2
  • 1.0.1
  • 1.0.0
released Jun 27th 2013

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'pclouds-vcsdeploy', '1.1.5'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add pclouds-vcsdeploy
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install pclouds-vcsdeploy --version 1.1.5

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

pclouds/vcsdeploy — version 1.1.5 Jun 27th 2013

vcsdeploy

This puppet module specialises in retrieving files and templates from your Version Control System and Deploying them to your target nodes, hence the name 'vcsdeploy'.

It has the following features:-

  • Support for 'subversion' and 'git'.
  • Deploy specific versions, tags, braches or track the latest.
  • Checkouts are performed by the puppet master, not on each of your nodes.
  • Files ending '.erb' are automatically evaluated as templates.
  • Set per-file attributes such as owner, group, mode etc.
  • Select or exclude the files you want using regex or by tagging them.
  • Disk space is preserved on the puppet master via de-duplication of files.

Installation

Please make sure that your puppet master process has write permission to the pclouds-vcsdeploy module directory. Requires Stdlib.

Read more at: http://www.practicalclouds.com/content/guide/pclouds-vcsdeploy-deploy-stuff

License

Copyright 2013 David McCormick

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.

Contact

dave(at)practicalclouds.com

Support

Please log tickets and issues at https://github.com/practicalclouds/pclouds-vcsdeploy/issues