Add assh config
This commit is contained in:
parent
1bf5da182a
commit
b54b4d1d96
2 changed files with 9 additions and 0 deletions
2
modules/config/files/assh.yml
Normal file
2
modules/config/files/assh.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
includes:
|
||||||
|
- $DOTFILES/assh/*.yml
|
|
@ -20,4 +20,11 @@ class config {
|
||||||
mode => '0644',
|
mode => '0644',
|
||||||
source => 'puppet:///modules/config/uniemoji.json'
|
source => 'puppet:///modules/config/uniemoji.json'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
file { '/home/jake/.ssh/assh.yml':
|
||||||
|
ensure => file,
|
||||||
|
mode => '0644',
|
||||||
|
owner => 'jake',
|
||||||
|
source => 'puppet:///modules/config/assh.yml'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue