Skip to content

Instantly share code, notes, and snippets.

@cdenneen
Created January 31, 2017 21:22
Show Gist options
  • Save cdenneen/3511d188e430d677e048e1ae639233aa to your computer and use it in GitHub Desktop.
Save cdenneen/3511d188e430d677e048e1ae639233aa to your computer and use it in GitHub Desktop.
file {'test':
ensure => present,
require => Class['epel']
}
include ::epel
file {'test':
ensure => present,
require => Yumrepo['epel']
}
include ::epel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment