Puppet Class: lsys::tools::version_control

Defined in:
manifests/tools/version_control.pp

Summary

VCS tools setup

Overview

VCS tools setup

Examples:

include lsys::tools::version_control


7
8
9
10
11
# File 'manifests/tools/version_control.pp', line 7

class lsys::tools::version_control {
  package { 'git':
    ensure => 'present',
  }
}