forked from Yelp/puppet-uchiwa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 36ddc17
Showing
24 changed files
with
1,105 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
fixtures: | ||
repositories: | ||
apt: git://github.com/puppetlabs/puppetlabs-apt.git | ||
stdlib: "git://github.com/puppetlabs/puppetlabs-stdlib.git" | ||
symlinks: | ||
uchiwa: "#{source_dir}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.*.sw? | ||
pkg | ||
spec/fixtures | ||
.rspec_system | ||
.vagrant |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--format documentation | ||
--color |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
language: ruby | ||
bundler_args: --without development | ||
before_install: rm Gemfile.lock || true | ||
rvm: | ||
- 1.8.7 | ||
- 1.9.3 | ||
- 2.0.0 | ||
- 2.1.0 | ||
script: bundle exec rake test | ||
env: | ||
- PUPPET_VERSION="~> 2.7.0" | ||
- PUPPET_VERSION="~> 3.1.0" | ||
- PUPPET_VERSION="~> 3.2.0" | ||
- PUPPET_VERSION="~> 3.3.0" | ||
- PUPPET_VERSION="~> 3.4.0" | ||
- PUPPET_VERSION="~> 3.5.0" | ||
matrix: | ||
exclude: | ||
- rvm: 1.9.3 | ||
env: PUPPET_VERSION="~> 2.7.0" | ||
- rvm: 2.0.0 | ||
env: PUPPET_VERSION="~> 2.7.0" | ||
- rvm: 2.0.0 | ||
env: PUPPET_VERSION="~> 3.1.0" | ||
- rvm: 2.1.0 | ||
env: PUPPET_VERSION="~> 2.7.0" | ||
- rvm: 2.1.0 | ||
env: PUPPET_VERSION="~> 3.1.0" | ||
- rvm: 2.1.0 | ||
env: PUPPET_VERSION="~> 3.2.0" | ||
- rvm: 2.1.0 | ||
env: PUPPET_VERSION="~> 3.3.0" | ||
- rvm: 2.1.0 | ||
env: PUPPET_VERSION="~> 3.4.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
YYYY-MM-DD Release 0.1.0 | ||
- something you did | ||
- something else you did |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pauloconnor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
source "https://rubygems.org" | ||
|
||
group :test do | ||
gem "rake" | ||
gem "puppet", ENV['PUPPET_VERSION'] || '~> 3.4.0' | ||
gem "puppet-lint" | ||
gem "rspec-puppet", :git => 'https://github.com/rodjek/rspec-puppet.git' | ||
gem "puppet-syntax" | ||
gem "puppetlabs_spec_helper" | ||
end | ||
|
||
group :development do | ||
gem "travis" | ||
gem "travis-lint" | ||
gem "beaker" | ||
gem "beaker-rspec" | ||
gem "vagrant-wrapper" | ||
gem "puppet-blacksmith" | ||
gem "guard-rake" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,251 @@ | ||
GIT | ||
remote: https://github.com/rodjek/rspec-puppet.git | ||
revision: 389f99ef666521fec1b4530fe69dc1ab84a060a8 | ||
specs: | ||
rspec-puppet (1.0.1) | ||
rspec | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
CFPropertyList (2.2.8) | ||
addressable (2.3.6) | ||
archive-tar-minitar (0.5.2) | ||
autoparse (0.3.3) | ||
addressable (>= 2.3.1) | ||
extlib (>= 0.9.15) | ||
multi_json (>= 1.0.0) | ||
aws-sdk (1.42.0) | ||
json (~> 1.4) | ||
nokogiri (>= 1.4.4) | ||
backports (3.6.0) | ||
beaker (1.16.0) | ||
aws-sdk (= 1.42.0) | ||
blimpy (~> 0.6) | ||
docker-api | ||
fission (~> 0.4) | ||
google-api-client (~> 0.7.1) | ||
inifile (~> 2.0) | ||
json (~> 1.8) | ||
mime-types (~> 1.25) | ||
net-scp (~> 1.1) | ||
net-ssh (~> 2.6) | ||
nokogiri (~> 1.5.10) | ||
rbvmomi (= 1.8.1) | ||
unf (~> 0.1) | ||
beaker-rspec (2.2.6) | ||
beaker (~> 1.10) | ||
rspec | ||
serverspec (~> 1.0) | ||
specinfra (~> 1.0) | ||
blimpy (0.6.7) | ||
fog | ||
minitar | ||
thor | ||
builder (3.2.2) | ||
celluloid (0.15.2) | ||
timers (~> 1.1.0) | ||
coderay (1.1.0) | ||
diff-lcs (1.2.5) | ||
docker-api (1.13.2) | ||
archive-tar-minitar | ||
excon (>= 0.38.0) | ||
json | ||
ethon (0.7.1) | ||
ffi (>= 1.3.0) | ||
excon (0.38.0) | ||
extlib (0.9.16) | ||
facter (1.7.6) | ||
faraday (0.9.0) | ||
multipart-post (>= 1.2, < 3) | ||
faraday_middleware (0.9.1) | ||
faraday (>= 0.7.4, < 0.10) | ||
ffi (1.9.3) | ||
fission (0.5.0) | ||
CFPropertyList (~> 2.2) | ||
fog (1.23.0) | ||
fog-brightbox | ||
fog-core (~> 1.23) | ||
fog-json | ||
fog-softlayer | ||
ipaddress (~> 0.5) | ||
nokogiri (~> 1.5, >= 1.5.11) | ||
fog-brightbox (0.1.1) | ||
fog-core (~> 1.22) | ||
fog-json | ||
inflecto | ||
fog-core (1.23.0) | ||
builder | ||
excon (~> 0.38) | ||
formatador (~> 0.2) | ||
mime-types | ||
net-scp (~> 1.1) | ||
net-ssh (>= 2.1.3) | ||
fog-json (1.0.0) | ||
multi_json (~> 1.0) | ||
fog-softlayer (0.3.11) | ||
fog-core | ||
fog-json | ||
formatador (0.2.5) | ||
gh (0.13.2) | ||
addressable | ||
backports | ||
faraday (~> 0.8) | ||
multi_json (~> 1.0) | ||
net-http-persistent (>= 2.7) | ||
net-http-pipeline | ||
google-api-client (0.7.1) | ||
addressable (>= 2.3.2) | ||
autoparse (>= 0.3.3) | ||
extlib (>= 0.9.15) | ||
faraday (>= 0.9.0) | ||
jwt (>= 0.1.5) | ||
launchy (>= 2.1.1) | ||
multi_json (>= 1.0.0) | ||
retriable (>= 1.4) | ||
signet (>= 0.5.0) | ||
uuidtools (>= 2.1.0) | ||
guard (2.6.1) | ||
formatador (>= 0.2.4) | ||
listen (~> 2.7) | ||
lumberjack (~> 1.0) | ||
pry (>= 0.9.12) | ||
thor (>= 0.18.1) | ||
guard-rake (0.0.9) | ||
guard | ||
rake | ||
hiera (1.3.4) | ||
json_pure | ||
highline (1.6.21) | ||
inflecto (0.0.2) | ||
inifile (2.0.2) | ||
ipaddress (0.8.0) | ||
json (1.8.1) | ||
json_pure (1.8.1) | ||
jwt (1.0.0) | ||
launchy (2.4.2) | ||
addressable (~> 2.3) | ||
listen (2.7.9) | ||
celluloid (>= 0.15.2) | ||
rb-fsevent (>= 0.9.3) | ||
rb-inotify (>= 0.9) | ||
lumberjack (1.0.9) | ||
metaclass (0.0.4) | ||
method_source (0.8.2) | ||
mime-types (1.25.1) | ||
minitar (0.5.4) | ||
mocha (1.1.0) | ||
metaclass (~> 0.0.1) | ||
multi_json (1.10.1) | ||
multipart-post (2.0.0) | ||
net-http-persistent (2.9.4) | ||
net-http-pipeline (1.0.1) | ||
net-scp (1.2.1) | ||
net-ssh (>= 2.6.5) | ||
net-ssh (2.9.1) | ||
netrc (0.7.7) | ||
nokogiri (1.5.11) | ||
pry (0.9.12.6) | ||
coderay (~> 1.0) | ||
method_source (~> 0.8) | ||
slop (~> 3.4) | ||
puppet (3.4.3) | ||
facter (~> 1.6) | ||
hiera (~> 1.0) | ||
rgen (~> 0.6.5) | ||
puppet-blacksmith (2.3.1) | ||
nokogiri | ||
puppet (>= 2.7.16) | ||
rest-client | ||
puppet-lint (0.3.2) | ||
puppet-syntax (1.2.2) | ||
rake | ||
puppetlabs_spec_helper (0.8.0) | ||
mocha | ||
puppet-lint | ||
puppet-syntax | ||
rake | ||
rspec | ||
rspec-puppet | ||
pusher-client (0.6.0) | ||
json | ||
websocket (~> 1.0) | ||
rake (10.3.2) | ||
rb-fsevent (0.9.4) | ||
rb-inotify (0.9.5) | ||
ffi (>= 0.5.0) | ||
rbvmomi (1.8.1) | ||
builder | ||
nokogiri (>= 1.4.1) | ||
trollop | ||
rest-client (1.7.2) | ||
mime-types (>= 1.16, < 3.0) | ||
netrc (~> 0.7) | ||
retriable (1.4.1) | ||
rgen (0.6.6) | ||
rspec (2.99.0) | ||
rspec-core (~> 2.99.0) | ||
rspec-expectations (~> 2.99.0) | ||
rspec-mocks (~> 2.99.0) | ||
rspec-core (2.99.1) | ||
rspec-expectations (2.99.2) | ||
diff-lcs (>= 1.1.3, < 2.0) | ||
rspec-its (1.0.1) | ||
rspec-core (>= 2.99.0.beta1) | ||
rspec-expectations (>= 2.99.0.beta1) | ||
rspec-mocks (2.99.2) | ||
serverspec (1.11.0) | ||
highline | ||
net-ssh | ||
rspec (~> 2.99) | ||
rspec-its | ||
specinfra (~> 1.22) | ||
signet (0.5.1) | ||
addressable (>= 2.2.3) | ||
faraday (>= 0.9.0.rc5) | ||
jwt (>= 0.1.5) | ||
multi_json (>= 1.0.0) | ||
slop (3.6.0) | ||
specinfra (1.22.1) | ||
thor (0.19.1) | ||
timers (1.1.0) | ||
travis (1.6.17) | ||
addressable (~> 2.3) | ||
backports | ||
faraday (~> 0.9) | ||
faraday_middleware (~> 0.9, >= 0.9.1) | ||
gh (~> 0.13) | ||
highline (~> 1.6) | ||
launchy (~> 2.1) | ||
pry (~> 0.9, < 0.10) | ||
pusher-client (~> 0.4) | ||
typhoeus (~> 0.6, >= 0.6.8) | ||
travis-lint (2.0.0) | ||
json | ||
trollop (2.0) | ||
typhoeus (0.6.9) | ||
ethon (>= 0.7.1) | ||
unf (0.1.4) | ||
unf_ext | ||
unf_ext (0.0.6) | ||
uuidtools (2.1.4) | ||
vagrant-wrapper (1.2.1.1) | ||
websocket (1.2.0) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
beaker | ||
beaker-rspec | ||
guard-rake | ||
puppet (~> 3.4.0) | ||
puppet-blacksmith | ||
puppet-lint | ||
puppet-syntax | ||
puppetlabs_spec_helper | ||
rake | ||
rspec-puppet! | ||
travis | ||
travis-lint | ||
vagrant-wrapper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
notification :off | ||
|
||
guard 'rake', :task => 'test' do | ||
watch(%r{^manifests\/(.+)\.pp$}) | ||
end |
Oops, something went wrong.