summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-27 00:37:41 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-27 00:37:41 -0400
commit103d28342eba4692c21deebdad5bcf2a486107e8 (patch)
tree736bebc07d05eed3d868569e04e3e92754354ca0 /modules
parent0622a3c6c3bad88eab25e7f58814ad0c83eb4a04 (diff)
downloadpuppet-tozt-103d28342eba4692c21deebdad5bcf2a486107e8.tar.gz
puppet-tozt-103d28342eba4692c21deebdad5bcf2a486107e8.zip
oh right, i have a thing for this
Diffstat (limited to 'modules')
-rw-r--r--modules/tozt/manifests/metabase.pp9
1 files changed, 4 insertions, 5 deletions
diff --git a/modules/tozt/manifests/metabase.pp b/modules/tozt/manifests/metabase.pp
index 4b4d11c..3409f3b 100644
--- a/modules/tozt/manifests/metabase.pp
+++ b/modules/tozt/manifests/metabase.pp
@@ -73,11 +73,10 @@ class tozt::metabase {
require => File["/home/doy/.config/google"];
}
- exec { "install ynab-export":
- command => "/usr/bin/cargo install ynab-export",
- user => "doy",
- creates => "/home/doy/.cargo/bin/ynab-export",
- require => Rust::User['doy'];
+ package::cargo { "ynab-export for doy":
+ ensure => installed,
+ user => 'doy',
+ package => 'fancy-prompt';
}
exec { "clone investments-sheet-export":