Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Commit 6ce218e

Browse files
committed
Release v2.0.15
1 parent db73287 commit 6ce218e

File tree

2 files changed

+5
-22
lines changed

2 files changed

+5
-22
lines changed

Modulefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name 'example42-git'
2-
version '2.0.14'
2+
version '2.0.15'
33
author 'Alessandro Franceschi'
44
license 'Apache2'
55
project_page 'http://www.example42.com'

README.md

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,11 @@ This module requires the presence of Example42 Puppi module in your modulepath.
2020

2121
class { 'git': }
2222

23-
* Install a specific version of git package
23+
* Clone a git repo to a local directory
2424

25-
class { 'git':
26-
version => '1.0.1',
27-
}
28-
29-
* Remove git resources
30-
31-
class { 'git':
32-
absent => true
33-
}
34-
35-
* Enable auditing without making changes on existing git configuration *files*
36-
37-
class { 'git':
38-
audit_only => true
39-
}
40-
41-
* Module dry-run: Do not make any change on *all* the resources provided by the module
42-
43-
class { 'git':
44-
noops => true
25+
git::reposync { 'my_app':
26+
source_url => 'http://repo.example42.com/git/trunk/my_app/',
27+
destination_dir => '/opt/myapp',
4528
}
4629

4730

0 commit comments

Comments
 (0)