# HG changeset patch # User Drew Fisher # Date 1484756594 28800 # Node ID 65eec8af934cd0fa9d50b7353e026ccbe5191ef8 # Parent 612b249c2397286cf2ce7e32dbca4c062eca2822 25415048 Typo in Ironic solaris_ipmitool.pp puppet manifest diff -r 612b249c2397 -r 65eec8af934c components/ruby/puppet-modules/openstack-ironic/files/solaris_ipmitool.pp --- a/components/ruby/puppet-modules/openstack-ironic/files/solaris_ipmitool.pp Tue Jan 17 12:30:21 2017 -0700 +++ b/components/ruby/puppet-modules/openstack-ironic/files/solaris_ipmitool.pp Wed Jan 18 08:23:14 2017 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain @@ -65,7 +65,7 @@ $port = '22', $timeout = '10', $deploy_interval = '10', - $dervied_manifest = 'file:///usr/lib/ironic/ironic-manifest.ksh', + $derived_manifest = 'file:///usr/lib/ironic/ironic-manifest.ksh', $ssh_key_file = undef, $ssh_key_contents = undef, $imagecache_dirname = '/var/lib/ironic/images',