fixed example for native type keystone_service

Change-Id: I8d16dd278a8b3f0327ceaa7b32d7f87fe904c4cb
This commit is contained in:
Christian Berendt
2014-04-01 17:01:08 +02:00
parent 47eed73cb4
commit c5234e1b92

View File

@@ -90,7 +90,7 @@ These two will seldom be used outside openstack related classes, like nova or ci
```puppet
# Setup the nova keystone service
keystone_service { 'nova'
keystone_service { 'nova':
ensure => present,
type => 'compute',
description => 'Openstack Compute Service',