Skip to content

Instantly share code, notes, and snippets.

@zachfi
Last active June 8, 2018 18:36
Show Gist options
  • Save zachfi/8fa073bccceea671e6318359d89f3ba2 to your computer and use it in GitHub Desktop.
Save zachfi/8fa073bccceea671e6318359d89f3ba2 to your computer and use it in GitHub Desktop.
 @provider = Puppet::Type.type(:package).new({:name => 'pkg'}).provider
 instances = @provider.class.instances
 instances.map {|pkg| pkg.properties }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment