Puppet Class: spotify

Defined in:
manifests/init.pp

Overview

Class: spotify

Install Spotify with Boxen



5
6
7
8
# File 'manifests/init.pp', line 5

class spotify (
) {
  package { 'spotify': }
}