jeff@puppetmaster:~$ /opt/puppet/bin/irb irb(main):001:0> require 'phusion_passenger' LoadError: no such file to load -- phusion_passenger from (irb):1:in `require' from (irb):1 from :0 irb(main):002:0> require 'rubygems' => true
This file contains hidden or 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
# This is an example auth.conf file, which implements the | |
# defaults used by the puppet master. | |
# | |
# The ACLs are evaluated in top-down order. More general | |
# stanzas should be towards the bottom of the file and more | |
# specific ones at the top, otherwise the general rules | |
# take precedence and later rules will not be evaluated. | |
# | |
# Supported syntax: | |
# Each stanza in auth.conf starts with a path to mach, followed |
email 3.x deletion emaildelete 3.x branchdelete 3.x jenkins jobs- #3530
This file contains hidden or 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
diff --git a/lib/puppet/application/kick.rb b/lib/puppet/application/kick.rb | |
index f0edbcf..f14ccac 100644 | |
--- a/lib/puppet/application/kick.rb | |
+++ b/lib/puppet/application/kick.rb | |
@@ -300,7 +300,7 @@ Copyright (c) 2011 Puppet Labs, LLC Licensed under the Apache 2.0 License | |
def setup | |
super() | |
raise Puppet::Error.new("Puppet kick is not supported on Microsoft Windows") if Puppet.features.microsoft_windows? | |
- Puppet.deprecation_warning "Puppet kick is deprecated. See http://tbd" | |
+ # Puppet.deprecation_warning "Puppet kick is deprecated. See http://tbd" |
To avoid OpenSSL segfaults, link ruby against macports' OpenSSL in /opt/local
.
Before you install Ruby, make sure you have MacPorts installed for Mountain Lion.
$ CONFIGURE_OPTS="--with-openssl-dir=/opt/local" rbenv install 1.9.3-p194
Downloading http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz...
Installing yaml-0.1.4...
Installed yaml-0.1.4 to /Users/jeff/.rbenv/versions/1.9.3-p194
The intention is to get a clean build of MRI 1.8.7 and 1.9.3.
MRI 1.8.7 doesn't play nicely with LLVM based GCC compilers. In Mountain Lion, the only way to get a non-LLVM gcc is to build one yourself. The command line tools package in Xcode 4.4 does not contain a non-llvm based GCC.
- Upgrade to Mountain Lion
- Remove all previous copies of Xcode