Skip to content

Commit

Permalink
We are not testing the PuppetDB module here / make it pass on RHEL8
Browse files Browse the repository at this point in the history
  • Loading branch information
gdubicki committed Oct 27, 2022
1 parent 408e6fe commit 0960831
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/acceptance/class_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
class { 'puppetdb':
disable_ssl => true,
manage_firewall => false,
database => 'embedded',
}
# Configure Puppetboard
Expand Down Expand Up @@ -57,6 +58,7 @@ class { 'apache':
class { 'puppetdb':
disable_ssl => true,
manage_firewall => false,
database => 'embedded',
}
# Configure Puppetboard
Expand Down Expand Up @@ -106,6 +108,7 @@ class { 'puppetboard':
class { 'puppetdb':
disable_ssl => true,
manage_firewall => false,
database => 'embedded',
}
EOS

Expand Down Expand Up @@ -146,6 +149,7 @@ class { 'puppetboard::apache::conf':
class { 'puppetdb':
disable_ssl => true,
manage_firewall => false,
database => 'embedded',
}
EOS

Expand Down Expand Up @@ -194,6 +198,7 @@ class { 'puppetboard::apache::conf':
class { 'puppetdb':
disable_ssl => true,
manage_firewall => false,
database => 'embedded',
}
EOS

Expand Down

0 comments on commit 0960831

Please sign in to comment.