Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading