puppet/modules/environ/manifests/init.pp @ c8dc1c1f1202

Styling.;
author Steve Losh <steve@stevelosh.com>
date Thu, 29 Sep 2011 00:08:27 -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"],
  }
}