Skip to content

Instantly share code, notes, and snippets.

@alexciarlillo
Created May 29, 2013 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexciarlillo/5672415 to your computer and use it in GitHub Desktop.
Save alexciarlillo/5672415 to your computer and use it in GitHub Desktop.
file { "/etc/httpd/conf.d/vhost.conf":
owner => "root",
group => "root",
mode => 644,
replace => true,
ensure => present,
content => "/vagrant/conf/vhost.conf",
require => Package["httpd"],
notify => Service["httpd"]
}
Error: /Stage[main]/Httpd/File[/etc/httpd/conf.d/vhost.conf]: Could not evaluate: Could not retrieve information from environment production source(s) file:/vagrant/conf/vhost.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment