a26076b864
No more branches and no more Makefiles
13 lines
572 B
Puppet
13 lines
572 B
Puppet
############################################################################
|
|
###
|
|
## Additional packages from AUR, this time puppet needs to be run
|
|
# as user with sudo privileges
|
|
#
|
|
#
|
|
|
|
package {'free42': ensure => installed}
|
|
package {'insync': ensure => installed}
|
|
package {'c-lolcat': ensure => installed}
|
|
package {'ttf-b612': ensure => installed}
|
|
package {'ttf-unifont': ensure => installed}
|
|
package {'ttf-symbola': ensure => installed}
|