Skip to content

Conversation

@duritong
Copy link
Contributor

No description provided.

@d1nuc0m
Copy link
Contributor

d1nuc0m commented Oct 31, 2025

@duritong could you rebase on main?

@duritong
Copy link
Contributor Author

duritong commented Nov 7, 2025

rebased

Comment on lines 9 to 13
if $masterless {
$puppet_conf_section = 'main'
} else {
$puppet_conf_section = 'master'
$puppet_conf_section = 'server'
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can make this a bit shorter:

  $puppet_conf_section = if $masterless {
    'main'
  } else {
   'server'
  }

$puppet_conf_section = 'main'
} else {
$puppet_conf_section = 'master'
$puppet_conf_section = 'server'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants