Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. # puppet lookup FIREWALL_NEUTRON_TUNNEL_RULES_192.168.1.10
  2. ---
  3. neutron_tunnel_192.168.1.10_192.168.1.10:
  4. chain: INPUT
  5. host: 192.168.1.10
  6. ports: '4789'
  7. proto: udp
  8. service_name: neutron tunnel port
  9. [root@test4 hieradata]# rpm -q puppet
  10. puppet-4.8.2-1.el7.noarch
  11.  
  12.  
  13.  
  14. # puppet lookup FIREWALL_NEUTRON_TUNNEL_RULES_192.168.1.10
  15. Warning: Support for ruby version 2.0.0 is deprecated and will be removed in a future release. See https://puppet.com/docs/puppet/latest/system_requirements.html for a list of supported ruby versions.
  16. (location: /usr/share/ruby/vendor_ruby/puppet.rb:130:in `<module:Puppet>')
  17. Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
  18. (file: /etc/puppet/hiera.yaml)
  19. [root@test4 yum.repos.d]# rpm -q puppet
  20. puppet-5.5.6-1.el7.noarch
  21. [root@test4 yum.repos.d]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement