puppet/modules/environ/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 environ() {
  file { "/home/vagrant/.bashrc":
      source  => "puppet:///modules/environ/bashrc",
      owner   => "vagrant",
      group   => "vagrant",
      mode    => "755",
      require => User["vagrant"],
  }
}