dotfiles/manifests/post-packages.pp
2017-10-19 14:17:15 +01:00

10 lines
227 B
Puppet

node default {
file {'autostart compton':
ensure => link,
path => '/home/jake/.config/autostart/compton.desktop',
mode => '0644',
owner => 'jake',
source => '/usr/share/applications/compton.desktop'
}
}