Blame view

modules/people/manifests/hanjianwei.pp 341 Bytes
fd662c9d3   Jianwei Han   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   Jianwei Han   Remove caches for...
6
7
8
9
    include people::hanjianwei::osx
    include people::hanjianwei::repositories
    include people::hanjianwei::applications
  }