Chassis / Chassis_XHGui

A Chassis extension to install and setup XHGui on your server
1 stars 2 forks source link

Recieving error on vagrant provision when adding to existing project #14

Closed tareiking closed 6 years ago

tareiking commented 6 years ago

Yo, getting an error on vagrant provision after adding extension to config.yaml. Seems related to roborourke/chassis-openssl extension naming conflict. :heart:

==> default: Running provisioner: shell...
    default: Running: /var/folders/ht/fbpddqwn1rgdpxhcsmh3cmr80000gn/T/vagrant-shell20180913-82823-5pzcla.sh
==> default: Running provisioner: puppet...
==> default: Running Puppet with development.pp...
==> default: Error: Duplicate declaration: File[/etc/nginx/sites-available/vagrant.local.d] is already declared in file /vagrant/extensions/chassis-openssl/modules/openssl-nginx/manifests/init.pp:6; cannot redeclare at /vagrant/extensions/chassis-xhgui/modules/chassis-xhgui/manifests/init.pp:98 on node vagrant.local
==> default: Error: Duplicate declaration: File[/etc/nginx/sites-available/vagrant.local.d] is already declared in file /vagrant/extensions/chassis-openssl/modules/openssl-nginx/manifests/init.pp:6; cannot redeclare at /vagrant/extensions/chassis-xhgui/modules/chassis-xhgui/manifests/init.pp:98 on node vagrant.local
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
  1. What operating system do you use? Mac OSX 10.13.6 High Sierra

  2. What version of Vagrant are you running? 2.1.2

  3. Are you using VirtualBox or VMWare and which version are you using? 5.2.16

  4. Do you have a custom YAML file? If so, what does it contain? (Please paste in your chassis.local.yaml file)

    
    # Chassis Configuration
    #
    # This file is the default configuration for all projects. The fallback order of
    # configuration files is:
    #
    # - project/content/config.local.yaml   (project-specific overrides)
    # - project/content/config.yaml         (project-specific defaults)
    # - project/config.local.yaml          (global overrides)
    # - project/config.yaml                 (global defaults)

hosts:

database: name: wordpress user: wordpress password: vagrantpassword prefix: wp_

apt_mirror: Yes multisite: Yes php: 7.0

extensions:

  1. Do you have any Chassis other extensions installed? If so, what are they? Just those listed above.