Add bin files
This commit is contained in:
parent
d2e48f9be6
commit
7313d80c19
2 changed files with 9 additions and 0 deletions
|
@ -31,4 +31,13 @@ class shell {
|
|||
mode => "0755",
|
||||
source => "/usr/share/nvm/init-nvm.sh"
|
||||
}
|
||||
|
||||
file { '/home/jake/.bin':
|
||||
ensure => directory,
|
||||
source => 'puppet:///modules/shell/bin',
|
||||
owner => "jake",
|
||||
group => "users",
|
||||
mode => "0755",
|
||||
recurse => remote
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue