Puppet Class: box

Defined in:
manifests/init.pp

Overview

Class: box

Install box



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

class box (
) {
  package { 'box-sync':
    provider => 'brewcask',
  }
}