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

Using the new facts hash instead of the global var in repo/debian.pp #425

Merged

Conversation

c33s
Copy link
Member

@c33s c33s commented Mar 5, 2018

adde PR for #420 (review)

@juniorsysadmin juniorsysadmin added the enhancement New feature or request label Mar 5, 2018
@@ -86,7 +86,7 @@

::apt::source { 'source_php_71':
location => 'https://packages.sury.org/php/',
release => $::lsbdistcodename,
release => $::facts['os']['distro']['codename'],
Copy link
Member

Choose a reason for hiding this comment

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

please remove the ::. They are not needed anymore.

@bastelfreak bastelfreak added the needs-work not ready to merge just yet label Mar 6, 2018
@bastelfreak
Copy link
Member

Hi @c33s, thanks for the PR. Can you take a look at the inline comment I made? Afterwards we can merge this.

@bastelfreak bastelfreak removed the needs-work not ready to merge just yet label Mar 6, 2018
@bastelfreak
Copy link
Member

thanks!

@bastelfreak bastelfreak merged commit ba0dacf into voxpupuli:master Mar 6, 2018
@c33s
Copy link
Member Author

c33s commented Mar 8, 2018

@bastelfreak thank you for your hard work. i have seen you have been quite busy in this repo. keep up the good work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants