Actions
Feature #25679
closedProvide better hostname generator examples with safemode enabled
Description
We should also provide some new helpers and allow them in safemode:
- rand_hex(n) - returns SecureRandom.hex(n)
- rand_name - returns NameGenerator.new.generate_next_random_name
- mac_name(mac_address) - returns NameGenerator.new.generate_next_mac_name(mac_address)
Updated by Aditi Puntambekar about 6 years ago
- Related to Feature #23729: Provide better hostname generator examples added
Updated by The Foreman Bot about 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6324 added
Updated by Aditi Puntambekar about 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 8df5b8bd02ffc88d5b243fe2eb12276de63d1ea6.
Actions