diff --git a/bin/json_format b/modules/shell/files/bin/json_format similarity index 100% rename from bin/json_format rename to modules/shell/files/bin/json_format diff --git a/modules/shell/manifests/init.pp b/modules/shell/manifests/init.pp index f50d50f..6982b68 100644 --- a/modules/shell/manifests/init.pp +++ b/modules/shell/manifests/init.pp @@ -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 + } }