Skip to content

Commit

Permalink
Merge pull request awslabs#105 from toredash/fix/and-deps
Browse files Browse the repository at this point in the history
fix: add required dependencies for script
  • Loading branch information
joshua-at-aws authored Feb 3, 2020
2 parents dd941d7 + 594a267 commit 41391de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions EC2/AutomateDnsmasq/AutomateDnsmasq.cloudinit
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
# Install dnsmasq package
packages:
- dnsmasq
- bind-utils

# Create dnsmasq user
users:
Expand Down
2 changes: 1 addition & 1 deletion EC2/AutomateDnsmasq/AutomateDnsmasq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ else
fi

# Install dnsmasq package
yum install -y dnsmasq
yum install -y dnsmasq bind-utils

# Create the required User and Group
groupadd -r dnsmasq
Expand Down

0 comments on commit 41391de

Please sign in to comment.