A Chassis extension for WordPress Core development.
2
stars
1
forks
source link
Error: /Stage[main]/Main/Chassis::Wp[vagrant.local]/Chassis::Site[vagrant.local]/File[/vagrant/wordpress-develop/src]/ensure: change from ‘absent’ to ‘directory’ failed: Cannot create /vagrant/wordpress-develop/src; parent directory /vagrant/wordpress-develop does not exist #38
This error occurs on a fresh provision with core_dev:
default: Error: Cannot create /vagrant/wordpress-develop/src; parent directory /vagrant/wordpress-develop does not exist
default: Error: /Stage[main]/Main/Chassis::Wp[vagrant.local]/Chassis::Site[vagrant.local]/File[/vagrant/wordpress-develop/src]/ensure: change from ‘absent’ to ‘directory’ failed: Cannot create /vagrant/wordpress-develop/src; parent directory /vagrant/wordpress-develop does not exist
My guess is that we'll probably need to require Class['core_dev::repository'] on any commands that touch the wordpress-develop/* directories.
This error occurs on a fresh provision with
core_dev
:My guess is that we'll probably need to require
Class['core_dev::repository']
on any commands that touch thewordpress-develop/*
directories.