Puppet & Chocolatey – Install GDrive Stream by keith | Aug 5, 2019 | Tutorials | 0 commentsIntroduction 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, } } Submit a Comment Cancel replyYour email address will not be published. Required fields are marked *CommentName * Email * Website Save my name, email, and website in this browser for the next time I comment.