Skip to content

Commit

Permalink
Replace legacy fqdn fact with networking.fqdn
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Oct 1, 2024
1 parent 47e909c commit 2a2883a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/puppet/face/catalog/pull.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
option '--new_server=' do
summary 'This the valid certificate name or alt name for your old server'

default_to { Facter.value('fqdn') }
default_to { Facter.value('networking.fqdn') }
end

option '--threads=' do
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet/face/catalog/seed.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

option '--master_server SERVER' do
summary 'The server from which to download the catalogs from'
default_to { Facter.value('fqdn') }
default_to { Facter.value('networkin.fqdn') }
end

option '--certless' do
Expand Down

0 comments on commit 2a2883a

Please sign in to comment.