Introduction
Experimenting with Puppet & Chocolatey on Windows. Little snippet to install Google Drive Stream.
class windows::google_drive_stream { Package { provider => 'chocolatey' } package { 'google-drive-file-stream': ensure => installed, } }
Introduction
Experimenting with Puppet & Chocolatey on Windows. Little snippet to install Google Drive Stream.
class windows::google_drive_stream { Package { provider => 'chocolatey' } package { 'google-drive-file-stream': ensure => installed, } }