summaryrefslogtreecommitdiffstats
path: root/bin/puppet
diff options
context:
space:
mode:
Diffstat (limited to 'bin/puppet')
-rwxr-xr-xbin/puppet2
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