puppet/modules/leiningen/manifests/init.pp @ 991807da55ff

Moar.
author Steve Losh <steve@stevelosh.com>
date Mon, 03 Oct 2011 19:52:37 -0400
parents c3e170bda976
children (none)
class leiningen() {
  file { "/home/vagrant/bin/lein":
      source  => "puppet:///modules/leiningen/lein.sh",
      owner   => "vagrant",
      group   => "vagrant",
      mode    => "755",
      require => File["/home/vagrant/bin"],
  }
}