Blame view

modules/people/manifests/hanjianwei/repositories.pp 288 Bytes
3a47d364c   Jianwei Han   Remove caches for...
1
2
3
4
5
6
7
8
9
10
11
12
  class people::hanjianwei::repositories inherits people::hanjianwei::config {
    # Git
    file { "${home}/.gitconfig":
      target  => "${dotfiles}/Git/gitconfig",
      require => Repository["${dotfiles}"]
    }
  
    # Repos
    repository { "${dotfiles}":
      source => 'hanjianwei/dotfiles'
    }
  }