Skip to content

Commit

Permalink
Fix indentation in setup_acceptance_node
Browse files Browse the repository at this point in the history
  • Loading branch information
archanaserver committed Jul 16, 2024
1 parent 997a3b4 commit 09acff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/setup_acceptance_node.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if $facts['os']['family'] == 'RedHat' and $facts['os']['name'] != 'Fedora' {
package { 'epel-release':
package { 'epel-release':
ensure => installed,
before => Package['dhcping'],
}
Expand Down

0 comments on commit 09acff7

Please sign in to comment.