Skip to content

Commit

Permalink
require the file server.xml or cloudstack-management will fail to start
Browse files Browse the repository at this point in the history
  • Loading branch information
TomRitserveldt committed Aug 4, 2015
1 parent ea962c6 commit 179ad1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/mgmt.pp
Expand Up @@ -50,7 +50,7 @@
ensure => running,
enable => true,
hasstatus => true,
require => [Package[ 'cloudstack-management' ], Service[ 'mysqld' ], File[ '/etc/cloudstack/management/tomcat6.conf' ] ],
require => [Package[ 'cloudstack-management' ], Service[ 'mysqld' ], File[ '/etc/cloudstack/management/tomcat6.conf' ], File[ '/usr/share/cloudstack-management/conf/server.xml' ] ],
}

exec { '/usr/bin/cloudstack-setup-management':
Expand Down

0 comments on commit 179ad1c

Please sign in to comment.