diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-16 23:01:30 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-16 23:01:30 -0300 |
commit | 6ad57227f7b97199555231385e709eb18baaab68 (patch) | |
tree | 51c1cafc66d374f5db7ec0deefd472fa41f5f84f /pcr/puppet/puppet.install | |
parent | 3b9de5318d622ea0e0024bc62e15faaaf5c11542 (diff) |
fix "Maintainer:"/"Contributor:" style, add "(Arch)" for Maintainers and Contributors from Arch and remove (Parabola) for us
Diffstat (limited to 'pcr/puppet/puppet.install')
-rw-r--r-- | pcr/puppet/puppet.install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/puppet/puppet.install b/pcr/puppet/puppet.install index 928df566b..12f800a5c 100644 --- a/pcr/puppet/puppet.install +++ b/pcr/puppet/puppet.install @@ -1,7 +1,7 @@ # Puppet: Installer: Arch -# Maintainer: Thomas S Hatch <thatch45 (at) Gmail (dot) com> -# Contributor: Xavion <Xavion (dot) 0 (at) Gmail (dot) com> -# Contributor: Miah Johnson <Miah (at) chia-pet dot org> +# Maintainer (Arch): Thomas S Hatch <thatch45 (at) Gmail (dot) com> +# Contributor (Arch): Xavion <Xavion (dot) 0 (at) Gmail (dot) com> +# Contributor (Arch): Miah Johnson <Miah (at) chia-pet dot org> pre_install() { getent group puppet &>/dev/null || groupadd -r puppet -g 52 &>/dev/null |