Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace legacy fqdn fact with networking.fqdn #118

Merged
merged 1 commit into from
Oct 1, 2024
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