Fix documentation syntax for puppet strings parssing

Just some syntax fixes, in order to fix puppet strings compilation
(hard-tabs, wrong section description and wrong keywords)

Change-Id: Ide3f63e40196fb56de614a3bcb6ecd9df2149366
This commit is contained in:
Sebastien Badia 2015-02-09 13:55:38 +01:00
parent 3c7c5ef225
commit 06d33d63da
5 changed files with 30 additions and 21 deletions

View File

@ -13,8 +13,12 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# == Class: cloud::compute::scheduler
#
# Compute Scheduler node
#
# === Parameters:
#
# [*scheduler_default_filters*]
# (optional) A comma separated list of filters to be used by default
# Defaults to false

View File

@ -51,19 +51,19 @@
#
# [*keystone_proto*]
# (optional) Protocol (http or https) of keystone endpoint.
#  Defaults to 'http'
# Defaults to 'http'
#
# [*keystone_host*]
# (optional) IP / Host of keystone endpoint.
#  Defaults '127.0.0.1'
# Defaults '127.0.0.1'
#
# [*keystone_port*]
# (optional) TCP port of keystone endpoint.
#  Defaults to '5000'
# Defaults to '5000'
#
# [*debug*]
# (optional) Enable debug or not.
#  Defaults to true
# Defaults to true
#
# [*horizon_cert*]
# (required with listen_ssl) Certificate to use for SSL support.

View File

@ -19,27 +19,27 @@
#
# === Parameters:
#
# [*rhn_registration*]
# (optional) The RedHat network authentication token
# Defaults to undef
# [*rhn_registration*]
# (optional) The RedHat network authentication token
# Defaults to undef
#
# [*root_password*]
# (optional) Unix root password
# Defaults to 'root'
# [*root_password*]
# (optional) Unix root password
# Defaults to 'root'
#
# [*dns_ips*]
# (optional) Hostname or IP of the Domain Name Server (dns) used
# Should by an array.
# Defaults to google public dns ['8.8.8.8', '8.8.4.4']
# [*dns_ips*]
# (optional) Hostname or IP of the Domain Name Server (dns) used
# Should by an array.
# Defaults to google public dns ['8.8.8.8', '8.8.4.4']
#
# [*site_domain*]
# (optional) Domain name (used for search and domain fields
# of resolv.conf configuration file
# Defaults to 'mydomain'
# [*site_domain*]
# (optional) Domain name (used for search and domain fields
# of resolv.conf configuration file
# Defaults to 'mydomain'
#
# [*motd_title*]
# (optional) A string used in the top of the server's motd
# Defaults to 'eNovance IT Operations'
# [*motd_title*]
# (optional) A string used in the top of the server's motd
# Defaults to 'eNovance IT Operations'
#
# [*selinux_mode*]
# (optional) SELinux mode the system should be in

View File

@ -14,6 +14,9 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
#
# == Define: cloud::loadbalancer::binding
#
define cloud::loadbalancer::binding (
$ip,
$port,

View File

@ -13,6 +13,8 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# == Class: cloud::network::metadata
#
# Network Metadata node (need to be run once)
# Could be managed by spof_node manifest
#