attachmentgenie / attachmentgenie-ufw

MIT License
21 stars 27 forks source link

does the code working for Ubuntu 14 + Puppet 4? #52

Closed lkthomas closed 8 years ago

lkthomas commented 8 years ago

does the code working for Ubuntu 14 + Puppet 4? why does it state "build failing" ?

igalic commented 8 years ago

i'm using it on 14.04 with puppet 4.latest i don't know about 16.04 tho

attachmentgenie commented 8 years ago

I am currently working on implementing testkitchen/beaker tests because this seems to be happening a lot of late

attachmentgenie commented 8 years ago

after closing #51, the answer to your questions is yes. the following test matrix works for me.

master ~/Devshed/Projects/attachmentgenie-ufw> bundle exec kitchen list                                                                               
Instance             Driver   Provisioner  Verifier  Transport  Last Action
puppet3-ubuntu-1204  Vagrant  PuppetApply  Inspec    Ssh        Verified
puppet3-ubuntu-1404  Vagrant  PuppetApply  Inspec    Ssh        Verified
puppet3-debian-711   Vagrant  PuppetApply  Inspec    Ssh        Verified
puppet3-debian-85    Vagrant  PuppetApply  Inspec    Ssh        Verified
puppet4-ubuntu-1404  Vagrant  PuppetApply  Inspec    Ssh        Verified
puppet4-ubuntu-1604  Vagrant  PuppetApply  Inspec    Ssh        Verified
puppet4-debian-711   Vagrant  PuppetApply  Inspec    Ssh        Verified
puppet4-debian-85    Vagrant  PuppetApply  Inspec    Ssh        Verified
attachmentgenie commented 8 years ago

it states failing as some of the tests are currently failing due to some refactoring