diff --git a/README.md b/README.md
index 3b98cfc..421e59f 100644
--- a/README.md
+++ b/README.md
@@ -62,5 +62,5 @@ See [vagrant-lxc/BOXES.md](https://github.com/fgrehm/vagrant-lxc/blob/master/BOX
 
 * We can't get the NFS client to be installed on the containers used for building
   Ubuntu 13.04 / 13.10 / 14.04 base boxes.
-* Puppet can't be installed on Ubuntu 14.04 / Debian Sid
+* Puppet can't be installed on Debian Sid
 * Salt can't be installed on Ubuntu 13.04
diff --git a/debian/install-extras.sh b/debian/install-extras.sh
index 29671f1..bf87e87 100755
--- a/debian/install-extras.sh
+++ b/debian/install-extras.sh
@@ -55,8 +55,6 @@ fi
 if [ $PUPPET = 1 ]; then
   if $(lxc-attach -n ${CONTAINER} -- which puppet &>/dev/null); then
     log "Puppet has been installed on container, skipping"
-  elif [ ${RELEASE} = 'trusty' ]; then
-    warn "Puppet can't be installed on Ubuntu Trusty 14.04, skipping"
   elif [ ${RELEASE} = 'sid' ]; then
     warn "Puppet can't be installed on Debian sid, skipping"
   else