Commit Graph

8 Commits

Author SHA1 Message Date
Jeff Blaine e6f171b3bb Use Puppetlabs repo site, not gems
Tested with "precise" 12.x ships, should adapt to any Ubuntu
on its own. Targets Puppet 2.7.* as the gem install used to.
2013-04-25 22:18:23 +00:00
Jeff Blaine 4eb2044bf0 Support for RHEL, tested on RHEL 6 AMI 2012-12-12 12:28:54 -05:00
R. Tyler Croy 7c0745e33a Force the Puppet livery to install a 2.7 version by default instead of 3.0 2012-10-15 21:52:02 -07:00
R. Tyler Croy 252486454a Add a helper script to pull in the appropriate path on Debian-based hosts for invoking the Puppet binary provided by the gem 2012-08-26 17:31:42 -07:00
R. Tyler Croy 0ad9815b57 Add a new built-in (and configurable) Puppet livery.
This will allow for easier bootstrapping and configuration of Puppet on a
machine, e.g.:

    Blimpy.fleet do |f|
      f.add(:aws) do |s|
        s.livery = Blimpy::Livery::Puppet.configure |c|
          c.module_path = "test/modules" # This is relative to the Blimpfile's root directory
        end
      end
    end

In a way, this should fix #47
2012-08-25 14:06:36 -07:00
R. Tyler Croy 3c581e39e1 Refactor the Linux and FreeBSD Puppet liveries into one script
Fixes #29
2012-08-10 16:32:09 -07:00
R. Tyler Croy f28fcdab6b Add a simple Linux/Puppet script to kickstart Puppet on Debian-based hosts
This has only been tested on Ubuntu 10.04 LTS
2012-07-08 23:43:22 -07:00
R. Tyler Croy 07a7538eb8 Add a simple script for kick-starting Puppet on a FreeBSD machine 2012-07-08 23:27:19 -07:00