Skip to content

Commit

Permalink
openstack-common.install: install ntpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericlepied committed Jan 18, 2014
1 parent 8ab3ff4 commit 32b0434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openstack-common.install
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,13 @@ update_repositories $dir

case $OS in
"Debian" | "Ubuntu")
packages="puppet augeas-tools openssh-server wget iptables build-essential"
packages="puppet augeas-tools openssh-server wget iptables build-essential ntpdate"
install_packages $dir "$packages"
do_chroot ${dir} sed -e 's/START=yes/START=no/' -i /etc/default/puppet
;;
"CentOS"|"RedHatEnterpriseServer")
if [ "$(get_redhat_major_version $CODENAME)" == "6" ]; then
packages="augeas openssh-server wget"
packages="augeas openssh-server wget ntpdate"
install_packages $dir "$packages"
fi
;;
Expand Down

0 comments on commit 32b0434

Please sign in to comment.