]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blob - modules/base_installation/templates/puppet/xmpp.yaml.erb
572f4727ffaaf7d2def8834d32ddd3f6eee69bb4
[perso/Immae/Projets/Puppet.git] / modules / base_installation / templates / puppet / xmpp.yaml.erb
1 :xmpp_password: "<%= @xmpp["password"] %>"
2 :xmpp_jid: "<%= @xmpp["jid"] %>/<%= @real_hostname %>"
3 :xmpp_target: "<%= @xmpp["target"] %>"
4 <% if @xmpp["statuses"].is_a?(String) %>
5 :xmpp_statuses: "<%= @xmpp["statuses"] %>"
6 <% else %>
7 :xmpp_statuses:
8 <% @xmpp["statuses"].each do |status| %>
9 - <%= status %>
10 <% end %>
11 <% end %>