We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the detailed error log can be found https://gist.github.com/ilivessevili/adcc476a5f14d1a8d610
The text was updated successfully, but these errors were encountered:
after comments out code block for installing cloudbase theme the script works! ... exec { 'get-openstack-dashboard-theme': command => 'wget -q https://github.com/cloudbase/horizon-cloudbase/releases/\ download/2015.1.1/openstack-dashboard-cloudbase-theme.deb -O /tmp/openstack-dashboard-cloudbase-theme.deb', unless => [ 'test -f /tmp/openstack-dashboard-cloudbase-theme.deb' ], path => [ '/usr/bin/', '/bin' ], } -> package { 'openstack-dashboard-ubuntu-theme': ensure => absent, } -> package { 'openstack-dashboard-cloudbase-theme': ensure => latest, provider => dpkg, source => '/tmp/openstack-dashboard-cloudbase-theme.deb' } ~> Service['apache2'] ...
Sorry, something went wrong.
No branches or pull requests
the detailed error log can be found https://gist.github.com/ilivessevili/adcc476a5f14d1a8d610
The text was updated successfully, but these errors were encountered: