puppet/modules/environ/manifests/init.pp @ 66a5e4150fb4

Add "scratch.clj" to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Tue, 04 Oct 2011 18:06:06 -0400
parents c3e170bda976
children (none)
class environ() {
  file { "/home/vagrant/.bashrc":
      source  => "puppet:///modules/environ/bashrc",
      owner   => "vagrant",
      group   => "vagrant",
      mode    => "755",
      require => User["vagrant"],
  }
}