25415048 Typo in Ironic solaris_ipmitool.pp puppet manifest
authorDrew Fisher <drew.fisher@oracle.com>
Wed, 18 Jan 2017 08:23:14 -0800
changeset 7584 65eec8af934c
parent 7583 612b249c2397
child 7586 3db1c2ef2aa9
25415048 Typo in Ironic solaris_ipmitool.pp puppet manifest
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',