dgolja / golja-gnupg

Puppet module for managing GnuPG package and public keys
Apache License 2.0
13 stars 46 forks source link

gnupg's user should be autorequired #9

Closed TimAtLassian closed 9 years ago

TimAtLassian commented 9 years ago

We have to manually specify require => User[$someUser] for each gnupg resource defined, to make sure the user is created before the gnupg.

Since we already set the user for the gnupg type, we can autorequire it.

dgolja commented 9 years ago

will added in the next release.