Created
July 21, 2014 18:22
-
-
Save apple-corps/ca358e5cd6e11ca221ac to your computer and use it in GitHub Desktop.
Cannot install puppet module maestrodev-avahi-1.1.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
puppet apply -e maestrodev-avahi-1.1.0 | |
Error: Could not parse for environment production: Syntax error at '.' at line 1 on node rhel1.local |
Can install it now!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo rpm -ivh http://yum.puppetlabs.com/puppetlabs-release-el-6.noarch.rpm
rpm -ivh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
yum install puppet
puppet module install 'maestrodev-avahi'
puppet apply -e 'include avahi'
sed -i 's|^#(disallow-other-stacks=)no|\1yes|g' /etc/avahi/avahi-daemon.conf
avahi-autoipd -D