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

start alfred only if module is anabled #201

Open
rubo77 opened this issue May 2, 2017 · 1 comment
Open

start alfred only if module is anabled #201

rubo77 opened this issue May 2, 2017 · 1 comment
Labels

Comments

@rubo77
Copy link
Contributor

rubo77 commented May 2, 2017

Here there is a line that starts alrfed when fasd is coming up:

https://github.com/ffnord/ffnord-puppet-gateway/blob/master/templates/etc/fastd/fastd.conf.erb#L25

this has to be there only if alfred is installed

@rubo77
Copy link
Contributor Author

rubo77 commented May 12, 2017

should be solved with an if-block like

<% if @with_alfred > 0 %>
  ...
<% end %>

@rubo77 rubo77 added the bug label May 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant