Blame view
modules/people/manifests/hanjianwei.pp
341 Bytes
fd662c9d3 Try to avoid inhe... |
1 2 3 4 5 |
class people::hanjianwei ( $home = $people::hanjianwei::config::home, $dotfiles = $people::hanjianwei::config::dotfiles, $srcdir = $people::hanjianwei::config::srcdir ) inherits people::hanjianwei::config { |
3a47d364c Remove caches for... |
6 7 8 9 |
include people::hanjianwei::osx include people::hanjianwei::repositories include people::hanjianwei::applications } |