Skip to content

Sync our fork with deric/puppet-zookeeper (+ some new stuff) #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
252 commits
Select commit Hold shift + click to select a range
7c30453
upgraded development gems
deric Nov 29, 2014
c6016ea
working on release 0.3
deric Nov 29, 2014
e9a3d2c
updated forge API address
deric Nov 29, 2014
b3795df
using rspec-puppet from git, disable lints because ignore paths are b…
deric Nov 29, 2014
e6b5481
refactored code in order to support multiple operating systems
deric Nov 29, 2014
276910e
linting
deric Nov 29, 2014
c55940e
do not install cron scripts on new distros (with ZooKeeper 3.4)
deric Nov 29, 2014
0cab5bd
allow installing multiple packages of ZooKeeper
deric Nov 29, 2014
1501c9c
testing cycles in puppet code
deric Nov 29, 2014
9e5698f
added badge
deric Nov 29, 2014
a66ddae
updated travis config. testing up to puppet 3.7 and ruby 2.1
deric Nov 29, 2014
f376c97
experimental RedHat support
deric Nov 29, 2014
7d13cfa
librarian downgrade
deric Nov 29, 2014
dbdc3bd
validate packages parameter, updated docs
deric Nov 29, 2014
886a279
[blacksmith] Bump version to 0.3.1
deric Nov 29, 2014
ef7d2b0
replaced scope lookup by local variables
deric Nov 30, 2014
f0b51d7
settting tickTime
deric Nov 30, 2014
bb2e40c
setting init and sync limit
deric Nov 30, 2014
6602538
allow setting leader
deric Nov 30, 2014
9059a83
moved specs out of parent context
deric Nov 30, 2014
6405d06
Provide options to override service name and initialize the datastore.
Dec 3, 2014
cef0b9d
Merge pull request #4 from tomstockton/master
deric Dec 3, 2014
d758215
updated install instructions
deric Dec 4, 2014
b39535b
cloudera package configuration
deric Dec 4, 2014
c6e18cb
cloudera test, fixed typo in README
deric Dec 4, 2014
25cf344
fixed using correct service name (introduced in #4), linting
deric Dec 4, 2014
aecb11d
[blacksmith] Bump version to 0.3.2
deric Dec 4, 2014
aa66527
fixed Cloudera specs and docs
deric Dec 4, 2014
397987e
Make servers default value an empty array instead of an array with a …
tayzlor Dec 11, 2014
e476441
Merge pull request #5 from tayzlor/bugfix-servers-default-value
deric Dec 11, 2014
a6dc93b
[blacksmith] Bump version to 0.3.3
deric Dec 11, 2014
6557cb4
Fix issues with future parser in puppet 3.7+
tayzlor Jan 13, 2015
804fc35
Merge pull request #7 from tayzlor/puppet-future-parser-issues
deric Jan 13, 2015
6ef18c3
replaced Modulefile by metadata.json
deric Jan 13, 2015
2c1e0bf
added metadata validator
deric Jan 13, 2015
0f8b84f
fixed license
deric Jan 13, 2015
a7434ca
added os_support
deric Jan 13, 2015
734bf5e
* Add repo configuration from Cloudera into module
coreone Jan 13, 2015
63ed0a5
* Fix variable name in case statement
coreone Jan 13, 2015
0884292
* Fix brackets in case statement
coreone Jan 13, 2015
14526b4
* Add missing commas in repo.pp
coreone Jan 13, 2015
f91c568
* Trivial spacing fix
coreone Jan 13, 2015
90e6c80
* Fix cURL options in repo.pp
coreone Jan 13, 2015
93a72b1
* Fix permissions on GPG key file
coreone Jan 13, 2015
51a9948
* Remove repo GPG key download and local storage...unneeded
coreone Jan 15, 2015
1e89b68
* Allow user to force the installation of java as part of the zookeep…
coreone Jan 15, 2015
f0f10f9
Merge pull request #8 from broadinstitute/master
deric Jan 16, 2015
09ddbc8
linting
deric Jan 16, 2015
e560be4
basic spec for #8
deric Jan 16, 2015
6dfd355
[blacksmith] Bump version to 0.3.4
deric Jan 16, 2015
14e1331
* Add some error checking for sane "java_package" presence when "inst…
coreone Jan 16, 2015
2a4a92e
* Fix location of java parameters
coreone Jan 18, 2015
70c30ba
* Try fixing dependencies using anchors and replacing "ensure_packages"
coreone Jan 19, 2015
8a30c96
* fix parse error (missing comma)
coreone Jan 19, 2015
904de20
* Try fixing some of the anchors again...
coreone Jan 20, 2015
c5475cf
quote os names for Debian family. closes #11
deric Jan 28, 2015
0949d71
list optional parameter after obligatory ones
deric Jan 28, 2015
24847fa
Merge pull request #9 from broadinstitute/master
deric Jan 28, 2015
65338ca
redhat java installation ordering
deric Jan 28, 2015
e004206
test java installation on redhat
deric Jan 28, 2015
1c839cc
note about cloudera repo
deric Jan 28, 2015
f872c27
java installation on Debian
deric Jan 28, 2015
c0983a2
ensure myid symlink to data directory, closes #10
deric Jan 29, 2015
48ebe36
[blacksmith] Bump version to 0.3.5
deric Feb 6, 2015
9bf3d20
fail is a function, not a type
cristifalcas Feb 8, 2015
6ba20f2
Merge pull request #13 from cristi1979/fix_fail
deric Feb 9, 2015
023e234
tests for #13
deric Feb 9, 2015
ee4a915
specs for fail statements, replaces fail {'':} with functions
deric Feb 9, 2015
e9805a0
[blacksmith] Bump version to 0.3.6
deric Feb 9, 2015
c3cbae5
Support attribute clientPortAddress in zoo.cfg
pbyrne413 Mar 5, 2015
73d0fe4
Merge pull request #14 from pbyrne413/patch-1
deric Mar 5, 2015
b772917
added = to allow for variable to be set
Mar 10, 2015
0f3fb25
Merge pull request #15 from fin09pcap/clientip_fix
deric Mar 11, 2015
bc65204
test setting client ip address
deric Mar 11, 2015
da1cb3e
Fixed missing ports in server line of zoo.cfg.erb
Apr 8, 2015
222aa2e
Merge pull request #17 from brutus333/master
deric Apr 8, 2015
14b4188
specs for #17
deric Apr 8, 2015
8695116
updated quorum documentation
deric Apr 8, 2015
fa39332
use each with index
deric Apr 8, 2015
b778196
[blacksmith] Bump version to 0.3.7
deric Apr 8, 2015
d676f26
bundle update
deric Apr 8, 2015
17b0557
highline bellow 1.7 in order to keep compatibility with ruby 1.8.7
deric Apr 8, 2015
1b49571
update librarian usage
deric Apr 15, 2015
5ab971d
updated documentation for #18 workaround
deric Apr 15, 2015
3d04643
use puppet-rspec from rubygems, added beaker
deric Apr 15, 2015
1b54975
basic acceptance test setup
deric Apr 15, 2015
97dc46a
Add support for declaring observers in the zookeeper cluster
kscherer Apr 22, 2015
0a0e51d
Merge pull request #19 from kscherer/observer_support
deric Apr 22, 2015
8ba6543
fixed typo, added default node
deric Apr 15, 2015
a11f4d5
testing vagrant-lxc
deric Apr 22, 2015
2e2804c
observers docs
deric Apr 22, 2015
87377cc
simplify travis config
deric Apr 23, 2015
6e7be0b
add lint config
deric Apr 23, 2015
b5e41c7
[blacksmith] Bump version to 0.3.8
deric Apr 23, 2015
ba38718
Adding datalogstore param for dataLogDir to split transaction logs on…
redstonemercury May 6, 2015
3779c24
Adding datalogstore parameter information to README
redstonemercury May 7, 2015
3967379
Adding testing for datalogstore parameter
redstonemercury May 7, 2015
abe25ed
remove lock file from git versioning
deric May 13, 2015
191e229
improving specs settings
deric May 13, 2015
de838ba
Merge pull request #21 from redstonemercury/master
deric May 13, 2015
ef2c19b
really remove Gemfile.lock
deric May 13, 2015
38f3279
enable autoloader check
deric May 13, 2015
0d98d41
use parameter `allow_virtual` when Puppet version >= 3.6
deric May 13, 2015
a82de84
strict variables compatibility
deric May 13, 2015
53ae773
ensure parameter for yumrepo is not supported before puppet 3.5
deric May 13, 2015
7afb071
mock puppet version fact from ENV variable
deric May 13, 2015
20d81fe
restrict rspec version
deric May 13, 2015
02f0416
dump puppet version
deric May 13, 2015
85e66aa
fetch current puppet version from puppet command
deric May 13, 2015
b1dbce8
[blacksmith] Bump version to 0.3.9
deric May 13, 2015
9edf98e
Fixed dependency in "initialize_datastore" step
stephancssg May 27, 2015
0361049
Merge pull request #23 from stephanmitchev/master
deric May 28, 2015
609df9f
Fix typo in fatal() message
domq Jun 3, 2015
cdb80a5
Support RedHat / CentOS 7.
domq Jun 3, 2015
93bb0c1
Merge pull request #24 from epfl-sti/master
deric Jun 4, 2015
3d4f246
fix test broken by #24
deric Jun 4, 2015
a37057b
specs for #24
deric Jun 4, 2015
eb045ce
linting
deric Jun 4, 2015
b191204
test on puppet 3.8, strict variables compatibility
deric Jun 4, 2015
9a4bcb6
[blacksmith] Bump version to 0.3.10
deric Jun 4, 2015
582f0bf
zoo.cfg: Add maxSessionTimeout in the template
Spredzy Jun 4, 2015
a1d1f74
Merge pull request #25 from enovance/max_session_timeout
deric Jun 4, 2015
09fc5da
don't version Puppetfile.lock
deric Jun 4, 2015
2617a4e
support minSessionTimeout, specs for #25
deric Jun 4, 2015
de8c916
manage systemd unit files optionally
cristifalcas Jul 22, 2015
b91d9b4
fix var name
cristifalcas Jul 22, 2015
3e62bed
replacing debian with redhat in the redhat manifest
Aug 27, 2015
c5d997f
only create zookeper service if it does not exist - e.g. when zookeep…
cornelf Sep 4, 2015
49c88f4
create zookeeper service on CentOS7 only if the package did not creat…
cornelf Sep 7, 2015
84f8132
Update project non-development dependencies.
MrAlias Sep 16, 2015
a7f35b8
Merge pull request #32 from MrAlias/upstream-000
deric Sep 16, 2015
719a9a8
drop ruby 1.8.7 support
deric Sep 16, 2015
99b4658
Merge pull request #30 from jmktam/master
deric Sep 16, 2015
6fff06d
version bump 0.4.0, don't use sudo on travis
deric Sep 16, 2015
08a9365
Merge pull request #31 from cornelf/centos7-handle-service-when-it-exist
deric Sep 16, 2015
3365261
Merge pull request #26 from cristifalcas/manage_systemd
deric Sep 16, 2015
2750d55
optionally manage service, alternative solution to #26, #31
deric Sep 16, 2015
22c03e8
reintroduce `manage_systemd` parameter #26
deric Sep 16, 2015
57440c5
add support for cloudera cdh repo version 5
EslamElHusseiny Nov 23, 2015
b0f26bc
[blacksmith] Bump version to 0.4.1
deric Nov 24, 2015
adea53c
add rspec tests for zookeeper::repo
EslamElHusseiny Nov 27, 2015
978a212
Added user and group as parameters for zookeeper conf template.
Dec 11, 2015
dfe7b13
Add missing trailing quote
james-masson Dec 16, 2015
94da969
Merge pull request #39 from james-masson/systemd_fix_missing_trailing…
deric Dec 16, 2015
2adcb70
Merge pull request #37 from danielvdende/master
deric Dec 16, 2015
05aae38
Merge pull request #35 from EslamElHusseiny/update-cdh
deric Dec 16, 2015
17afdcd
[blacksmith] Bump version to 0.4.2
deric Dec 16, 2015
f3dd6de
Added ability to configure custom (local) repository for installing r…
Jan 4, 2016
419b6b9
don't manage zookeeper files recursively, closes #41
deric Jan 12, 2016
fbc8a83
increase max number of allowed connections #42
deric Jan 12, 2016
59a2677
Merge branch 'master' of https://github.com/danielvdende/puppet-zooke…
deric Jan 12, 2016
abcef41
Merge branch 'danielvdende-master'
deric Jan 12, 2016
be23d2b
refactor #40, add tests and example to readme
deric Jan 12, 2016
5aaa003
do not override ZooKeeper defaults, closes #42
deric Jan 12, 2016
4008935
backward compatibility with yumrepo in puppet < 3.0, #40
deric Jan 12, 2016
9dc0a0c
[blacksmith] Bump version to 0.4.3
deric Jan 12, 2016
f0735cd
cache gems on travis
deric Jan 13, 2016
9948e43
fix excluding unsupported combinations
deric Jan 13, 2016
b69106f
yet another travis yml fix
deric Jan 13, 2016
d508491
Fix logging level setup
elupu Feb 5, 2016
34175d0
Add commented value for minSessionTimeout and maxSessionTimeout.
elupu Feb 5, 2016
767e0b1
remove unneeded white space
elupu Feb 5, 2016
23e2935
Merge pull request #45 from eyal-lupu/master
deric Feb 5, 2016
f01a14d
Fix for https://github.com/deric/puppet-zookeeper/issues/47
elupu Feb 9, 2016
04327af
Update README.md
eyal-lupu Feb 9, 2016
e644e10
Merge pull request #48 from eyal-lupu/master
deric Feb 9, 2016
9e1db32
Merge pull request #1 from deric/master
eyal-lupu Feb 9, 2016
1297be1
Added user and group creation
Feb 10, 2016
9365639
fixed wrong param in user gid
Feb 10, 2016
ea97b21
Added init file
Feb 11, 2016
3d027c1
Merge branch 'master' of https://github.com/Vlaszaty/puppet-zookeeper…
deric Feb 11, 2016
020b17f
Merge branch 'Vlaszaty-master'
deric Feb 11, 2016
75cca10
remove zookeeper package requirement (it's already ensured)
deric Feb 11, 2016
09e3e1f
avoid possible conflicts with existing resources
deric Feb 11, 2016
9cfc9bb
CentOS compatibility
deric Feb 11, 2016
aab25f3
run future parser tests
deric Feb 11, 2016
885efc2
refactor post-installation tasks into single class
deric Feb 15, 2016
e4ef947
fix creating user with non-existing shell #50
deric Feb 15, 2016
ed7702f
renamed init template to be consistent with other template
Feb 15, 2016
6a25cb6
trying to fix 2.7 compatibility
deric Feb 15, 2016
c2feb3a
update puppet file syntax
deric Feb 15, 2016
95838d5
experimental params support in order to address #43
deric Feb 15, 2016
43b3ce0
add gitattributes file
deric Feb 15, 2016
7b6d2ca
Merge pull request #52 from cakesolutions/master
deric Feb 15, 2016
82c7984
fix quotes
deric Feb 15, 2016
4238612
use puppet constant instead of external command execution
deric Feb 15, 2016
90713dc
test against puppet 4
deric Feb 16, 2016
8150cd9
configure puppet version requirements
deric Feb 16, 2016
70945a9
fix puppet version requirement
deric Feb 16, 2016
56af54b
fix undefined `cfg_dir` variable
deric Feb 16, 2016
3d83914
pass zookeeper dir and log dir as a parameter
deric Feb 16, 2016
d705534
Puppet 4 compatibility: force variables types to be a String
deric Feb 16, 2016
9cede26
Merge branch 'master' of ssh://github.com/eyal-lupu/puppet-zookeeper
elupu Feb 16, 2016
0a9c4b7
The systemd template file uses JVMFLAGS while the environment file us…
elupu Feb 16, 2016
9eeef4c
Merge pull request #54 from eyal-lupu/master
deric Feb 16, 2016
b2e7dd0
bump to v0.5
deric Feb 17, 2016
8d95e45
[blacksmith] Bump version to 0.5.1
deric Feb 17, 2016
b21468f
don't override service init mechanism #53
deric Feb 18, 2016
2587329
deprecate parameter `start_with`
deric Feb 18, 2016
c35e831
add possibility to force service provider
deric Feb 18, 2016
34747eb
Merge branch 'init-file' of https://github.com/Vlaszaty/puppet-zookee…
deric Feb 18, 2016
8df246f
Merge branch 'Vlaszaty-init-file'
deric Feb 18, 2016
e79532b
fix file mode to octal value
deric Feb 18, 2016
615977d
fix service management
deric Feb 18, 2016
60fd23d
deprecate `manage_systemd` parameter
deric Feb 18, 2016
4672236
tests for #51
deric Feb 18, 2016
7dd1b9a
update information about observers. closes #28
deric Feb 18, 2016
13c6036
ignore part of hostname after ':' (port numbers) #53
deric Feb 18, 2016
ff702be
make sure ubuntu uses upstart for managing service, closes #53
deric Feb 18, 2016
22db18e
tests for #57
deric Feb 19, 2016
94882a5
`ensure_account` to control zookeeper group management, fixes #57
deric Feb 19, 2016
f60a8d4
[blacksmith] Bump version to 0.5.2
deric Feb 19, 2016
5a1f046
exclude devlopment files from forge package
deric Mar 12, 2016
26a7f86
restrict stdlib version
deric Mar 12, 2016
3af7dbb
[blacksmith] Bump version to 0.5.3
deric Mar 12, 2016
65b29a7
Have $manage_service_file honored for init
Mar 15, 2016
88ec38b
Merge pull request #58 from jfield/master
deric Mar 16, 2016
7dc6e45
Tell systemd that this service needs a running process.
knumor Mar 30, 2016
f6c8f7f
Update zookeeper.init.erb
bobra200 Mar 30, 2016
65d1bcf
add missing fact
deric Mar 30, 2016
7388ccf
fix provider (init on debian 7)
deric Mar 30, 2016
cd857ef
provide necessary facts
deric Mar 30, 2016
b0cd378
Merge branch 'patch-1' of https://github.com/bobra200/puppet-zookeepe…
deric Mar 30, 2016
b4cbc97
Merge branch 'bobra200-patch-1'
deric Mar 30, 2016
c2a5a3f
Merge pull request #60 from knumor/master
deric Mar 30, 2016
96484bd
update development dependencies
deric Mar 30, 2016
0225138
fix setting pid file
deric Mar 30, 2016
744bb87
don't use derived parameter value
deric Mar 30, 2016
fee89be
[blacksmith] Bump version to 0.5.4
deric Mar 30, 2016
7a8e4af
Fix RedHat 6 service provider
ortz Apr 13, 2016
aa5b2ba
Merge pull request #61 from ortz/params-service-provider-fix
deric Apr 13, 2016
7e7fc52
Add support for the 'redhat' service provider
Apr 25, 2016
0df2e0b
Merge pull request #1 from Wellspring-Worldwide/rk-20160425-init-is-n…
Apr 25, 2016
2080c23
Merge pull request #63 from Wellspring-Worldwide/master
deric Apr 25, 2016
43ec9b3
remove datacat dependency
deric Apr 25, 2016
b2c100c
[blacksmith] Bump version to 0.5.5
deric Apr 25, 2016
71d7b13
update log4j configuration #64
deric Apr 27, 2016
879612f
Merge remote-tracking branch 'mainline/master' into sync-with-deric-z…
travees May 20, 2016
7f854e7
use absolute scope for class requirements
deric May 27, 2016
566eac8
remove deprecated rspec setting
deric May 27, 2016
d9be335
replace service notify by subscribes from service side #66
deric May 27, 2016
272759e
remove spaces generated in zoo.cfg
deric May 27, 2016
db41f60
remove quorum template
deric May 27, 2016
650911b
More OpenTable mods
travees May 31, 2016
ba735c8
Sync with upstream
travees Jun 1, 2016
38b59cb
Attemp to make zookeeper::install cleaner
travees Jun 1, 2016
46a9954
Add new install files
travees Jun 1, 2016
6dc8cc5
Don't need this file
travees Jun 1, 2016
5cc51cb
Don't check for directory that this module creates
travees Jun 2, 2016
cd4a792
fix escaping
travees Jun 2, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pp linguist-language=Puppet
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
*.log
*~
.DS_Store
spec/fixtures/*
*.tmp
.librarian
pkg/*

Gemfile.lock
spec/fixtures/modules/*
.vagrant
Puppetfile.lock
README.html
4 changes: 4 additions & 0 deletions .pmtignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
junit/
log/
spec/fixtures/modules/
pkg/
3 changes: 3 additions & 0 deletions .puppet-lint.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
--no-80chars-check
--no-documentation-check
--no-class_inherits_from_params_class-check
1 change: 1 addition & 0 deletions .rspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
--color
--pattern "spec/*/*_spec.rb"
#--backtrace
#--fail-fast
45 changes: 26 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,34 @@
before_install:
- gem update --system 2.1.11
- gem --version
# linter: http://lint.travis-ci.org/
language: ruby
sudo: false
bundler_args: --without development
cache:
bundler: true
directories:
- $HOME/librarian-puppet
script:
- RAKE_ENV=ci bundle exec puppet --version
- RAKE_ENV=ci bundle exec rake validate
- RAKE_ENV=ci bundle exec rake spec
- RAKE_ENV=ci bundle exec rake lint
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
script: 'bundle exec rake spec'
- 2.1.6
env:
- PUPPET_VERSION="~> 2.7.0"
- PUPPET_VERSION="~> 3.0.0"
- PUPPET_VERSION="~> 3.1.0"
- PUPPET_VERSION="~> 3.2.0"
- PUPPET_VERSION="~> 3.3.0"
- PUPPET_VERSION="~> 3.4.0"
global:
- LIBRARIAN_PUPPET_TMP="$HOME/librarian-puppet"
matrix:
- PUPPET_VERSION="~> 2.7.0"
- PUPPET_VERSION="~> 3.4.0"
- PUPPET_VERSION="~> 3.5.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.6.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.7.0" STRICT_VARIABLES=yes FUTURE_PARSER=yes
- PUPPET_VERSION="~> 3.8.0" STRICT_VARIABLES=yes FUTURE_PARSER=yes
- PUPPET_VERSION="~> 4.3.0" STRICT_VARIABLES=yes
matrix:
exclude:
# No support for Ruby 1.9 before Puppet 2.7
- rvm: 1.9.3
env: PUPPET_VERSION=2.6.0
# No support for Ruby 2.0 before Puppet 3.2
- rvm: 2.0.0
env: PUPPET_VERSION="~> 2.7.0"
- rvm: 2.0.0
env: PUPPET_VERSION="~> 3.0.0"
- rvm: 2.0.0
env: PUPPET_VERSION="~> 3.1.0"
- rvm: 2.1.6
env: PUPPET_VERSION="~> 2.7.0"
29 changes: 18 additions & 11 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
source 'https://rubygems.org'

gem 'puppet', '>= 2.7.0'
gem 'puppet-lint', '>=0.3.2'
gem 'puppetlabs_spec_helper', '>=0.2.0'
gem 'rake', '>=0.9.2.2'
gem 'librarian-puppet', '>=0.9.10'
gem 'rspec-system-puppet', :require => false
gem 'serverspec', :require => false
gem 'rspec-system-serverspec', :require => false
gem 'hiera-puppet-helper', :git => 'https://github.com/mmz-srf/hiera-puppet-helper.git'
gem 'puppet-blacksmith', :git => 'https://github.com/maestrodev/puppet-blacksmith.git'
gem 'rspec-puppet', :git => 'https://github.com/rodjek/rspec-puppet.git'
puppetversion = ENV.key?('PUPPET_VERSION') ? "#{ENV['PUPPET_VERSION']}" : ['>= 2.7.0','< 5.0']
gem 'puppet', puppetversion
gem 'puppet-lint'
gem 'puppetlabs_spec_helper'
gem 'rake'
gem 'librarian-puppet', '>= 2.0'
gem 'highline'
gem 'rspec-puppet-facts'
# coverage reports will be in release 2.0
gem 'rspec', '>= 3.0.0'
gem 'rspec-puppet', '>= 2.3.0'
gem 'metadata-json-lint', :require => false

group :development do
gem 'puppet-blacksmith'
gem 'beaker'
gem 'beaker-rspec', :require => false
end
126 changes: 0 additions & 126 deletions Gemfile.lock

This file was deleted.

11 changes: 0 additions & 11 deletions Modulefile

This file was deleted.

6 changes: 3 additions & 3 deletions Puppetfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
forge 'http://forge.puppetlabs.com'
forge 'https://forgeapi.puppetlabs.com'

mod 'puppetlabs/stdlib', '>=0.1.6'
mod 'richardc/datacat'
mod 'puppetlabs-stdlib', '>= 2.3.3 < 5.0.0'
mod 'puppet/archive', '>= 0.5.0'
10 changes: 0 additions & 10 deletions Puppetfile.lock

This file was deleted.

Loading