I have a Vagrant-controlled VM and I am trying to copy in files and 
directories when the VM gets provisioned. I have tried file:///, drive name 
with slashes and drive name with backwards slashes. Cannot get any of those 
to work. Also, no amount of Googling for relevant terms has turned up 
results for how to create a "puppet:" protocol directory mapping pointing 
to somewhere on my hard disk. How is that supposed to work?

file { "/etc/httpd/conf/httpd.conf":
  source => "file:///E/.../httpd.conf"
}

file { "/etc/httpd/conf/vhosts":
  ensure => directory,
  source => "E:/.../vhosts",
  recurse => "true"
}

file { "/etc/php.ini":
  source => "E:\...\php.ini"
}

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to