puppet-openstackid/templates/environment.php.erb

7 lines
107 B
Plaintext

<?php
$env = $app->detectEnvironment(array(
'<%= id_environment %>' => array('<%= id_hostname %>')
));