Closed (fixed)
Project:
Drush Vagrant Integration
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2013 at 21:36 UTC
Updated:
27 Aug 2013 at 17:41 UTC
When starting a drush-vagrant box for the first time, as it's being provisioned by Puppet, we get these deprecation warnings:
warning: Dynamic lookup of $git_name at /tmp/vagrant-puppet/modules-0/drush-vagrant/manifests/init.pp:96 is deprecated. Support will be removed in Puppet 2.8. Use a fully-qualified variable name (e.g., $classname::variable) or parameterized classes.
warning: Dynamic lookup of $git_name at /tmp/vagrant-puppet/modules-0/drush-vagrant/manifests/init.pp:98 is deprecated. Support will be removed in Puppet 2.8. Use a fully-qualified variable name (e.g., $classname::variable) or parameterized classes.
warning: Dynamic lookup of $git_email at /tmp/vagrant-puppet/modules-0/drush-vagrant/manifests/init.pp:101 is deprecated. Support will be removed in Puppet 2.8. Use a fully-qualified variable name (e.g., $classname::variable) or parameterized classes.
warning: Dynamic lookup of $git_email at /tmp/vagrant-puppet/modules-0/drush-vagrant/manifests/init.pp:103 is deprecated. Support will be removed in Puppet 2.8. Use a fully-qualified variable name (e.g., $classname::variable) or parameterized classes.
Comments
Comment #1
ergonlogicfixed