Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@gardenmwm
Created August 5, 2014 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gardenmwm/1a0218e050486cdf41ba to your computer and use it in GitHub Desktop.
Save gardenmwm/1a0218e050486cdf41ba to your computer and use it in GitHub Desktop.
puppetfile
# This is currently a noop but will be supported in the future.
forge 'https://forge.puppetlabs.com'
#ROLES/PROFILES
mod 'roles',
:git => 'git@lnx-gitlab.adeq.lcl:puppet-modules/roles.git'
mod 'profiles',
:git => 'git@lnx-gitlab.adeq.lcl:puppet-modules/profiles.git'
# Install puppetlabs-stdlib from the Forge
mod 'puppetlabs/stdlib'
mod 'puppetlabs/ntp'
mod 'martasd/mediawiki'
mod 'puppetlabs/concat', '1.0.4'
mod 'saz-memcached', '2.5.0',
:git => 'https://github.com/saz/puppet-memcached.git',
:ref => 'v2.5.0'
@gardenmwm
Copy link
Author

[root@lnx-puppet dev]# r10k puppetfile check --trace

Error while running: #<ArgumentError: wrong number of arguments (3 for 2)>
/opt/puppet/lib/ruby/gems/1.9.1/gems/r10k-1.3.2/lib/r10k/puppetfile.rb:98:in mod' /etc/puppetlabs/puppet/environments/dev/Puppetfile:18:inload!'
/opt/puppet/lib/ruby/gems/1.9.1/gems/r10k-1.3.2/lib/r10k/puppetfile.rb:51:in instance_eval' /opt/puppet/lib/ruby/gems/1.9.1/gems/r10k-1.3.2/lib/r10k/puppetfile.rb:51:inload!'
/opt/puppet/lib/ruby/gems/1.9.1/gems/r10k-1.3.2/lib/r10k/puppetfile.rb:43:in load' /opt/puppet/lib/ruby/gems/1.9.1/gems/r10k-1.3.2/lib/r10k/cli/puppetfile.rb:65:inblock (2 levels) in command'
/opt/puppet/lib/ruby/gems/1.9.1/gems/cri-2.5.0/lib/cri/command.rb:298:in call' /opt/puppet/lib/ruby/gems/1.9.1/gems/cri-2.5.0/lib/cri/command.rb:298:inrun_this'
/opt/puppet/lib/ruby/gems/1.9.1/gems/cri-2.5.0/lib/cri/command.rb:251:in run' /opt/puppet/lib/ruby/gems/1.9.1/gems/cri-2.5.0/lib/cri/command.rb:264:inrun'
/opt/puppet/lib/ruby/gems/1.9.1/gems/cri-2.5.0/lib/cri/command.rb:264:in run' /opt/puppet/lib/ruby/gems/1.9.1/gems/r10k-1.3.2/bin/r10k:7:in<top (required)>'
/opt/puppet/bin/r10k:23:in load' /opt/puppet/bin/r10k:23:in

'
[root@lnx-puppet dev]#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment