Add projects directory in common rather than work

I work on projects outside of work, you know!
This commit is contained in:
Jake Howard 2018-06-22 11:27:26 +01:00
parent 02fd0faf8d
commit f946676d97
No known key found for this signature in database
GPG key ID: 5BDBFC25F6CF5BBC
2 changed files with 6 additions and 6 deletions

View file

@ -19,6 +19,11 @@ class common {
path => '/home/jake',
owner => 'jake'
}
-> file { 'Projects directory':
ensure => directory,
path => '/home/jake/Projects',
owner => 'jake'
}
exec {'Set Java version':
command => 'archlinux-java set intellij-jdk',

View file

@ -1,10 +1,5 @@
class devices::work {
file { 'Projects directory':
ensure => directory,
path => '/home/jake/Projects',
owner => 'jake'
}
-> vcsrepo { 'Vim runtime':
vcsrepo { 'Vim runtime':
ensure => latest,
provider => git,
user => 'jake',