Skip to content

Commit 92256a7

Browse files
ekohlehelms
authored andcommitted
Declare puppetserver unsupported on Archlinux
There are no packages so this fails. Previously the acceptance tests didn't run.
1 parent c7693e6 commit 92256a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/support/acceptance/puppetserver.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
def unsupported_puppetserver
22
case host_inventory['facter']['os']['name']
3+
when 'Archlinux'
4+
true
35
when 'Fedora'
46
true
57
when 'Ubuntu'

0 commit comments

Comments
 (0)