Skip to content

Commit f3a1811

Browse files
author
Gerard Hickey
committed
Removed unnecessary load path change
1 parent 247ce00 commit f3a1811

File tree

7 files changed

+4
-47
lines changed

7 files changed

+4
-47
lines changed

hanlon_microkernel/facter/hnl_mk_bus.rb

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
# Gathers hardware-related facts from the underlying system (used by the
2-
# hnl_mk_registration_manager to gather these sorts of facts in order to
3-
# supplement the facts gathered using Facter during the node registration
4-
# process)
1+
# Gathers hardware-related facts from the underlying system pertaining
2+
# to the system buses. Information gathered here is exposed directly as
3+
# Facter facts for the purpose of node registration.
54
#
6-
#
7-
8-
# add the '/usr/local/lib/ruby' directory to the LOAD_PATH
9-
# (this is where the hanlon_microkernel module files are placed by
10-
# our Dockerfile)
11-
$LOAD_PATH.unshift('/usr/local/lib/ruby')
125

136
require 'facter'
147

hanlon_microkernel/facter/hnl_mk_cpu.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
# to the processors. Information gathered here is exposed directly as
33
# Facter facts for the purpose of node registration.
44
#
5-
#
6-
7-
# add the '/usr/local/lib/ruby' directory to the LOAD_PATH
8-
# (this is where the hanlon_microkernel module files are placed by
9-
# our Dockerfile)
10-
$LOAD_PATH.unshift('/usr/local/lib/ruby')
115

126
require 'facter'
137

hanlon_microkernel/facter/hnl_mk_disk.rb

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
# Gathers hardware-related facts from the underlying system pertaining
2-
# to the processors. Information gathered here is exposed directly as
2+
# to the physical disks. Information gathered here is exposed directly as
33
# Facter facts for the purpose of node registration.
44
#
5-
#
6-
7-
# add the '/usr/local/lib/ruby' directory to the LOAD_PATH
8-
# (this is where the hanlon_microkernel module files are placed by
9-
# our Dockerfile)
10-
$LOAD_PATH.unshift('/usr/local/lib/ruby')
115

126
require 'facter'
137

hanlon_microkernel/facter/hnl_mk_mem.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
# to the system memory. Information gathered here is exposed directly as
33
# Facter facts for the purpose of node registration.
44
#
5-
#
6-
7-
# add the '/usr/local/lib/ruby' directory to the LOAD_PATH
8-
# (this is where the hanlon_microkernel module files are placed by
9-
# our Dockerfile)
10-
$LOAD_PATH.unshift('/usr/local/lib/ruby')
115

126
require 'facter'
137

hanlon_microkernel/facter/hnl_mk_nic.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
# to the network interfaces. Information gathered here is exposed directly as
33
# Facter facts for the purpose of node registration.
44
#
5-
#
6-
7-
# add the '/usr/local/lib/ruby' directory to the LOAD_PATH
8-
# (this is where the hanlon_microkernel module files are placed by
9-
# our Dockerfile)
10-
$LOAD_PATH.unshift('/usr/local/lib/ruby')
115

126
require 'facter'
137

hanlon_microkernel/facter/hnl_mk_sys.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
# to the system. Information gathered here is exposed directly as
33
# Facter facts for the purpose of node registration.
44
#
5-
#
6-
7-
# add the '/usr/local/lib/ruby' directory to the LOAD_PATH
8-
# (this is where the hanlon_microkernel module files are placed by
9-
# our Dockerfile)
10-
$LOAD_PATH.unshift('/usr/local/lib/ruby')
115

126
require 'facter'
137

hanlon_microkernel/facter/hnl_mk_vol.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
# to the disk volumes. Information gathered here is exposed directly as
33
# Facter facts for the purpose of node registration.
44
#
5-
#
6-
7-
# add the '/usr/local/lib/ruby' directory to the LOAD_PATH
8-
# (this is where the hanlon_microkernel module files are placed by
9-
# our Dockerfile)
10-
$LOAD_PATH.unshift('/usr/local/lib/ruby')
115

126
require 'facter'
137

0 commit comments

Comments
 (0)