Skip to content

Commit

Permalink
install required core module on Debian for non-AIO tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saz committed Nov 28, 2023
1 parent 05dcad6 commit ceb07c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/setup_acceptance_node.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
if fact('os.name') == 'Debian' and !fact('aio_agent_version') {
package { ['puppet-module-puppetlabs-sshkeys-core']:
ensure => present,
}
}

0 comments on commit ceb07c3

Please sign in to comment.