Skip to content

Instantly share code, notes, and snippets.

@wallace
Created August 8, 2013 17:47
Show Gist options
  • Save wallace/6186904 to your computer and use it in GitHub Desktop.
Save wallace/6186904 to your computer and use it in GitHub Desktop.
simple:puppet-weechat jonathanwallace$ ./script/cibuild
Using rake (10.1.0)
Using addressable (2.3.5)
Using ansi (1.4.3)
Using json_pure (1.8.0)
Using hiera (1.2.1)
Using highline (1.6.19)
Using json (1.8.0)
Using thor (0.18.1)
Using librarian-puppet (0.9.9)
Using multipart-post (1.2.0)
Using faraday (0.8.7)
Using faraday_middleware (0.9.0)
Using hashie (2.0.5)
Using multi_json (1.7.7)
Using netrc (0.7.7)
Using octokit (1.25.0)
Using facter (1.7.2)
Using rgen (0.6.5)
Using puppet (3.2.3)
Using boxen (1.5.2)
Using puppet-lint (0.3.2)
Using metaclass (0.0.1)
Using mocha (0.14.0)
Using rspec-core (2.14.4)
Using diff-lcs (1.2.4)
Using rspec-expectations (2.14.0)
Using rspec-mocks (2.14.1)
Using rspec (2.14.1)
Using rspec-puppet (0.1.6)
Using puppetlabs_spec_helper (0.4.1)
Using cardboard (1.0.4)
Using bundler (1.3.5)
Your bundle is complete!
It was installed into ./.bundle
--> Checking syntax:
./manifests/init.pp: Syntax OK
./spec/classes/weechat_spec.rb: Syntax OK
./spec/spec_helper.rb: Syntax OK
--> Running specs:
F
Failures:
1) weechat
Failure/Error: should contain_anchor('Hello_World')
Puppet::Error:
Could not find class weechat for simple.charterinternet.com on node simple.charterinternet.com
# ./spec/classes/weechat_spec.rb:7:in `block (2 levels) in <top (required)>'
Finished in 0.03137 seconds
1 example, 1 failure
Failed examples:
rspec ./spec/classes/weechat_spec.rb:6 # weechat
@wallace
Copy link
Author

wallace commented Aug 12, 2013

I think the error may be because puppet-weechat isn't in the boxen repository.

I attempted to add my puppet-weechat repository as a git_repo to the Puppetfile but that didn't work either.

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