Remember what line arrows go on

This commit is contained in:
Jake Howard 2017-12-18 00:35:04 +00:00
parent 35b9d09939
commit 22f0e227ba
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 10 additions and 11 deletions

View File

@ -4,9 +4,8 @@ node default {
'ttf-google-fonts-git'
]:
ensure => installed
} ->
package {[
}
-> package {[
'acpi',
'advanced-ssh-config',
'archstrike-keyring',

View File

@ -14,8 +14,8 @@ class config {
ensure => directory,
mode => '0644',
path => '/home/jake/.config/terminator'
} ->
file { 'Terminator config':
}
-> file { 'Terminator config':
ensure => file,
mode => '0644',
path => '/home/jake/.config/terminator/config',
@ -26,8 +26,8 @@ class config {
ensure => directory,
mode => '0644',
path => '/home/jake/.config/uniemoji'
} ->
file { 'Uniemoji config':
}
-> file { 'Uniemoji config':
ensure => file,
mode => '0644',
path => '/home/jake/.config/uniemoji/custom.json',
@ -53,8 +53,8 @@ class config {
ensure => directory,
mode => '0644',
path => '/home/jake/.config/rofi'
} ->
file { 'Rofi config':
}
-> file { 'Rofi config':
ensure => file,
mode => '0644',
path => '/home/jake/.config/rofi/config',

View File

@ -29,8 +29,8 @@ class shell {
ensure => directory,
mode => '0644',
path => '/home/jake/.nvm'
} ->
file {'nvm':
}
-> file {'nvm':
path => '/home/jake/.nvm/nvm.sh',
owner => 'jake',
group => 'users',