arnoudj / puppet-sudo

Puppet module to manage sudoers.
8 stars 23 forks source link

bump stdlib dependency to >=4.0.0 and use ensure_packages() #30

Closed lesinigo closed 8 years ago

lesinigo commented 9 years ago

There other packages out there (i.e. nvogel-ansible that want sudo installed. Switching from Package resource to stdlib's ensure_packages() function would make them coexist without throwing Duplicate declaration errors.

This patch bumps stdlib dependency to v4.0.0, which is the first version with ensure_packages(), and uses that function to be nice with other modules.

arnoudj commented 8 years ago

Will be part of 2.0 release.