diff options
Diffstat (limited to 'bin/puppet')
| -rwxr-xr-x | bin/puppet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/puppet b/bin/puppet index b004111c9..e4e3dd309 100755 --- a/bin/puppet +++ b/bin/puppet @@ -203,7 +203,7 @@ begin config = Puppet::Node::Configuration.find(node) # Translate it to a RAL configuration - config = config.extract_to_transportable.to_configuration + config = config.to_ral # And apply it config.apply |
