I hereby claim:
- I am terrimonster on github.
- I am baconqurlyq (https://keybase.io/baconqurlyq) on keybase.
- I have a public key whose fingerprint is 7350 4496 7E33 E7DF F45E B538 E9CF 0277 33F5 44BE
To claim this, I am signing this object:
| be rake spec | |
| Installing modules with r10k | |
| ====== /Users/s001521/Desktop/src/newpc/puppet-control | |
| [DEPRECATION] `last_comment` is deprecated. Please use `last_description` instead. | |
| [DEPRECATION] `last_comment` is deprecated. Please use `last_description` instead. | |
| /Users/s001521/.rbenv/versions/2.2.4/bin/ruby -I/Users/s001521/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/rspec-core-3.1.7/lib:/Users/s001521/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/rspec-support-3.1.2/lib /Users/s001521/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/rspec-core-3.1.7/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb --color --format documentation | |
| profile::base | |
| RedHat supported | |
| profile::base class without any parameters |
I hereby claim:
To claim this, I am signing this object:
| ### Keybase proof | |
| I hereby claim: | |
| * I am terrimonster on github. | |
| * I am baconqurlyq (https://keybase.io/baconqurlyq) on keybase. | |
| * I have a public key whose fingerprint is 6415 A861 1624 3334 EF44 6451 C2CF 4B61 A671 9810 | |
| To claim this, I am signing this object: |
| showoff serve | |
| /Users/terrihaber/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:51:in `require': cannot load such file -- htmlentities (LoadError) | |
| from /Users/terrihaber/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:51:in `require' | |
| from /Users/terrihaber/srcs/showoff/lib/showoff.rb:7:in `<top (required)>' | |
| from /Users/terrihaber/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:51:in `require' | |
| from /Users/terrihaber/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:51:in `require' | |
| from /Users/terrihaber/srcs/showoff/bin/showoff:4:in `<main>' |
| class blog { | |
| $docroot = "/var/www/wordpress" | |
| $vhost = "terriblog.puppetlabs.com" | |
| host { $vhost: | |
| ip => $::ipaddress | |
| } | |
| #Configuration of php-enabled webserver | |
| include apache |
| class blog { | |
| include apache | |
| include php | |
| $myvhost = 'terriblog.puppetlabs.com' | |
| class { 'wordpress': | |
| install_dir => "/var/www/${myvhost}", | |
| db_name => 'wordpress', | |
| db_host => 'localhost', | |
| db_user => 'wordpress', | |
| db_password => 'insecureassword', |