Skip to content

Commit

Permalink
Ajuste de identacao e quebra de pagina no manifest que usa o recurso …
Browse files Browse the repository at this point in the history
…mount
  • Loading branch information
aeciopires committed Dec 30, 2016
1 parent 8a6302c commit 67fb539
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions apostila/VariaveisFatos.rst
Expand Up @@ -355,8 +355,8 @@ Prática: melhor uso de variáveis

.. code-block:: ruby
$storage_base = "/home/storage/"
$storage_dir = ["${storage_base}/01", "${storage_base}/02",]
$storage_base = "/home/storage/"
$storage_dir = ["${storage_base}/01", "${storage_base}/02",]
$storage_device_fs = ["192.168.100.13:/home/m2", "192.168.100.13:/home/m3",]
Expand All @@ -381,6 +381,12 @@ Prática: melhor uso de variáveis
recurse => true,
}
.. raw:: pdf
PageBreak
.. code-block:: ruby
file { $storage_dir:
ensure => 'directory',
mode => '755',
Expand Down

0 comments on commit 67fb539

Please sign in to comment.