diff options
Diffstat (limited to 'manifests/gentoo.pp')
-rw-r--r-- | manifests/gentoo.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/gentoo.pp b/manifests/gentoo.pp index 1fed53d..da78226 100644 --- a/manifests/gentoo.pp +++ b/manifests/gentoo.pp @@ -1,4 +1,5 @@ class puppet::gentoo inherits puppet::linux { + Package[puppet]{ category => 'app-admin', } |