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

lint validation problem #79

Open
khdevel opened this issue Feb 5, 2016 · 0 comments
Open

lint validation problem #79

khdevel opened this issue Feb 5, 2016 · 0 comments

Comments

@khdevel
Copy link

khdevel commented Feb 5, 2016

Hello,

I would like to use your code in production but I see that my lint found some validation issues. There are some ERORS and WARNINGS: Please take a look on the list:

modules/postfix/manifests/server.pp - ERROR: single quoted string containing a variable found on line 50
modules/postfix/manifests/server.pp - ERROR: single quoted string containing a variable found on line 114
modules/postfix/manifests/server.pp - WARNING: ensure found on line but it's not the first attribute on line 181
modules/postfix/manifests/server.pp - WARNING: ensure found on line but it's not the first attribute on line 205
modules/postfix/manifests/server.pp - WARNING: ensure found on line but it's not the first attribute on line 228

Those WARNINGS are minor problem but I have problem with those two ERROR. They are related to some variables which are in the single-quote:

  $dovecot_destination = '${recipient}',

and

  $postscreen_greet_wait       = '${stress?2}${stress:6}s',

Will it be a problem for you to fix it (write in some other way)?

Thank you!

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

No branches or pull requests

1 participant