Skip to content

Commit

Permalink
Add CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Mar 10, 2015
1 parent 1b21f53 commit aa28a11
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,8 @@
# How to contribute

Please report bugs and feature request using [GitHub issue
tracker](https://github.com/camptocamp/puppet-openssl/issues).

For pull requests, it is very much appreciated to check your Puppet manifest
with [puppet-lint](https://github.com/rodjek/puppet-lint) to follow the recommended Puppet style guidelines from the
[Puppet Labs style guide](http://docs.puppetlabs.com/guides/style_guide.html).
2 changes: 1 addition & 1 deletion spec/acceptance/nodesets/centos-7-x86_64-vagrant.yml
Expand Up @@ -4,7 +4,7 @@ HOSTS:
strict_variables:
platform: el-7-x86_64
hypervisor : vagrant
box : camptocamp/centos-7-x86_64
box : puppetlabs/centos-7.0-64-nocm
CONFIG:
type: foss
log_level: debug
2 changes: 1 addition & 1 deletion spec/acceptance/nodesets/debian-6-x86_64-vagrant.yml
Expand Up @@ -4,7 +4,7 @@ HOSTS:
strict_variables:
platform: debian-6-amd64
hypervisor : vagrant
box : puppetlabs/debian-6.0.9-64-nocm
box : puppetlabs/debian-6.0.10-64-nocm
CONFIG:
type: foss
log_level: debug
3 changes: 1 addition & 2 deletions spec/acceptance/nodesets/debian-7-x86_64-vagrant.yml
Expand Up @@ -4,8 +4,7 @@ HOSTS:
strict_variables:
platform: debian-7-amd64
hypervisor : vagrant
box : debian-73-x64-virtualbox-nocm
box_url : http://puppet-vagrant-boxes.puppetlabs.com/debian-73-x64-virtualbox-nocm.box
box : puppetlabs/debian-7.8-64-nocm
CONFIG:
type: foss
log_level: debug
10 changes: 10 additions & 0 deletions spec/acceptance/nodesets/ubuntu-14.04-x86_64-vagrant.yml
@@ -0,0 +1,10 @@
HOSTS:
ubuntu-14.04-x64:
default_apply_opts:
strict_variables:
platform: ubuntu-14.04-amd64
hypervisor : vagrant
box : puppetlabs/ubuntu-14.04-64-nocm
CONFIG:
type: foss
log_level: debug

0 comments on commit aa28a11

Please sign in to comment.