Skip to content

Commit

Permalink
add default node statement
Browse files Browse the repository at this point in the history
  • Loading branch information
zilchms committed May 28, 2024
1 parent dbfa500 commit fd56231
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec/setup_acceptance_node.pp
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@
ensure => present,
}
}

# changing the testing CI to out-of-the-box beaker requires a default node statement, so we just mimic what centos 6 requires
node default {
package { ['tar', 'openvpn', $netcat_package_name]:
ensure => present,
}
}

0 comments on commit fd56231

Please sign in to comment.