Skip to content

Instantly share code, notes, and snippets.

@ocxo
Created February 28, 2013 16:38
Show Gist options
  • Save ocxo/5058041 to your computer and use it in GitHub Desktop.
Save ocxo/5058041 to your computer and use it in GitHub Desktop.
class people::fromonesrc {
include alfred
include caffeine
include elasticsearch
include flux
include handbrake
include notational_velocity
include onepassword
include screen
include vlc
include zsh
$dotfiles = "/Users/${::luser}/.dotfiles"
repository { $dotfiles:
ensure => present,
source => "fromonesrc/dotfiles"
}
$localrc = "/Users/${::luser}/.localrc"
file { $localrc:
ensure => present,
mode => 0600
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment