diff --git a/puppet/modules/pauby_vagrant_provision/manifests/win_chocolatey_source_local_add.pp b/puppet/modules/pauby_vagrant_provision/manifests/win_chocolatey_source_local_add.pp index 30b9ae5..cffee5f 100644 --- a/puppet/modules/pauby_vagrant_provision/manifests/win_chocolatey_source_local_add.pp +++ b/puppet/modules/pauby_vagrant_provision/manifests/win_chocolatey_source_local_add.pp @@ -1,3 +1,5 @@ +# this could easily be done with a simple `chocolateysource` but it's here really for the defaults to be used with one +# line in the provisioning file. class pauby_vagrant_provision::win_chocolatey_source_local_add ( String $source_local_packages_path = 'c:/resources/packages' ) {