Skip to content

Commit

Permalink
ensure needed order for RedHat acceptance tests
Browse files Browse the repository at this point in the history
closes #45
  • Loading branch information
cruelsmith committed Sep 24, 2024
1 parent 329af79 commit 7606253
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/acceptance/proftpd_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
pp = <<-EOS
if $facts['os']['family'] == 'RedHat' {
include epel
Class['epel'] -> Class['proftpd']
}
class { 'proftpd': }
EOS
Expand Down

0 comments on commit 7606253

Please sign in to comment.