From 7313d80c19a275f211dc9c669612cd703e1f9833 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 12 Aug 2017 18:14:12 +0100 Subject: [PATCH] Add bin files --- {bin => modules/shell/files/bin}/json_format | 0 modules/shell/manifests/init.pp | 9 +++++++++ 2 files changed, 9 insertions(+) rename {bin => modules/shell/files/bin}/json_format (100%) 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 + } }