Index: trunk/extensions/OpenStackManager/OpenStackNovaHost.php |
— | — | @@ -625,7 +625,7 @@ |
626 | 626 | $hostEntry['puppetclass'][] = $class; |
627 | 627 | } |
628 | 628 | foreach ( $wgOpenStackManagerPuppetOptions['defaultvariables'] as $variable => $value ) { |
629 | | - $hostEntry['puppetvar'][] = $variable . ' = ' . $value; |
| 629 | + $hostEntry['puppetvar'][] = $variable . '=' . $value; |
630 | 630 | } |
631 | 631 | if ( $puppetinfo ) { |
632 | 632 | foreach ( $puppetinfo['classes'] as $class ) { |