puppet/modules/leiningen/manifests/init.pp @ 3c52063ee45e

Moar.
author Steve Losh <steve@stevelosh.com>
date Wed, 28 Sep 2011 21:10:06 -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"],
  }
}