Skip to content

Commit

Permalink
release version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Apr 16, 2017
0 parents commit 7fe22bb
Show file tree
Hide file tree
Showing 35 changed files with 2,778 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
fixtures:
repositories:
stdlib:
repo: 'git://github.com/puppetlabs/puppetlabs-stdlib'
concat:
repo: 'git://github.com/puppetlabs/puppetlabs-concat'
ref: '2.1.0'
vcsrepo:
repo: 'git://github.com/puppetlabs/puppetlabs-vcsrepo'
openssl:
repo: 'git://github.com/camptocamp/puppet-openssl'
symlinks:
'acme': "#{source_dir}"
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
pkg/
Gemfile.lock
vendor/
spec/fixtures/
.vagrant/
.bundle/
coverage/
log/
.idea/
*.iml
*.swp
.yardoc/*
doc/*
1 change: 1 addition & 0 deletions .msync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
modulesync_config_version: '0.16.3'
11 changes: 11 additions & 0 deletions .nodeset.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
default_set: 'ubuntu-server-12042-x64'
sets:
'centos-64-x64':
nodes:
"main.foo.vm":
prefab: 'centos-64-x64'
'ubuntu-server-12042-x64':
nodes:
"main.foo.vm":
prefab: 'ubuntu-server-12042-x64'
2 changes: 2 additions & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--format documentation
--color
Loading

0 comments on commit 7fe22bb

Please sign in to comment.