Skip to content

Commit

Permalink
Ensure vncproxy is enabled.
Browse files Browse the repository at this point in the history
Currently, the service is not ensures to be running for the all
in one installation.

This commit resolves the issue.
  • Loading branch information
Dan Bode committed May 2, 2012
1 parent 252e710 commit af5e539
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/all.pp
Expand Up @@ -178,7 +178,8 @@
} }


class { 'nova::vncproxy': class { 'nova::vncproxy':
host => $public_hostname, enabled => true,
host => $public_hostname,
} }


class { 'nova::compute': class { 'nova::compute':
Expand Down

0 comments on commit af5e539

Please sign in to comment.