Skip to content

Commit

Permalink
[rspec] Add ssh Puppet module
Browse files Browse the repository at this point in the history
Required Puppet Forge modules for performing RSpec tests against the
'profiles::ssh' class.
  • Loading branch information
penguinspiral committed Dec 28, 2020
1 parent 107871a commit a9ec5fe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions site/profiles/.fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ fixtures:
apt:
repo: "puppetlabs-apt"
ref: "7.6.0"
common:
repo: "ghoneycutt-common"
ref: "1.10.0"
concat:
repo: "puppetlabs-concat"
ref: "6.2.0"
Expand All @@ -15,6 +18,9 @@ fixtures:
dns:
repo: "theforeman-dns"
ref: "8.1.0"
firewall:
repo: "puppetlabs-firewall"
ref: "2.8.0"
ini_setting:
repo: "puppetlabs-inifile"
ref: "4.3.0"
Expand All @@ -27,6 +33,12 @@ fixtures:
mount_core:
repo: "puppetlabs-mount_core"
ref: "1.0.4"
ssh:
repo: "ghoneycutt-ssh"
ref: "3.62.0"
sshkeys_core:
repo: "puppetlabs-sshkeys_core"
ref: "2.2.0"
stdlib:
repo: "puppetlabs-stdlib"
ref: "6.5.0"
Expand Down

0 comments on commit a9ec5fe

Please sign in to comment.