Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
init.pp 550 Bytes
repo.pp 1.88 KB

Latest revisions

# Date Author Comment
b4f8ac7b 06/23/2022 07:41 AM Ewoud Kohl van Wijngaarden

Stricter data types

8ba8feb7 06/23/2022 07:41 AM Ewoud Kohl van Wijngaarden

puppet-lint autofix with voxpupuli-test 5

62a8e1f4 06/28/2021 01:49 PM cocker-cc

Accept Datatype Sensitive for git source URL

As the Source-String for the Git-Repo may contain sensitive Data, f.e.
an Access-Token, we now accept Datatype Sensitive.
Until the Command "exec" accepts Datatype Sensitive for "$cmd", we have
to unwrap here as a Workaround.

c87a1e35 12/15/2020 02:54 PM Cocker Koch

New Parameter "Timeout" for Git-Command

Let the User specify a Timeout for the Git-Command - in particular for
"git clone", as the Puppetrun would otherwise fail after "exec"'s
Default of 300 Seconds.

91d36909 01/03/2019 09:43 PM Ewoud Kohl van Wijngaarden

Convert documentation to puppet-strings

667982b4 12/10/2018 10:06 PM Ewoud Kohl van Wijngaarden

Use the correct type on $source

With the type boolean you can't actually clone a source. This corrects
the type to a string because source can be both a path and a URL.

f7e40430 11/19/2018 06:08 PM Ewoud Kohl van Wijngaarden

Stop using absolute class names

31aec8f0 10/12/2017 02:46 PM Ewoud Kohl van Wijngaarden

Use stdlib for ensure_packages and Absolutepath

ed88231a 06/29/2017 11:08 AM Ewoud Kohl van Wijngaarden

Modernize the module

  • Drop the unused dependency on puppetlabs-stdlib
  • Use hiera to load variables rather than params.pp
  • Move package installation from git::install to git
  • Add Puppet 4 type checks
  • Make the binary path a parameter to init so it can...
f050c2e2 03/29/2017 05:28 AM Dominic Cleal

Move chaining arrows to right operand line

To match style guide and for compatibility with puppet-lint 2.2.0.

View revisions

Also available in: Atom