Skip to content

Instantly share code, notes, and snippets.

@eclecticmiraclecat
Created May 7, 2021 12:11
Show Gist options
  • Save eclecticmiraclecat/b4163eeadf6b399d4eb0cc748091be42 to your computer and use it in GitHub Desktop.
Save eclecticmiraclecat/b4163eeadf6b399d4eb0cc748091be42 to your computer and use it in GitHub Desktop.
package {'puppet-lint':
ensure => 'installed',
provider => 'gem',
require => Package['rubygems'],
}
package { 'rubygems':
ensure => present,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment