diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-29 15:27:29 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-29 15:27:29 -0300 |
commit | 106977f49e6dbc925179ec2bded5455f45607189 (patch) | |
tree | 8ca1c2f7cc8cc903568d01faa4ae4863bc2a3941 /manifests/bootstrap | |
parent | 3c132392199d3b4219ae81df3f4633a7a2bf4e32 (diff) | |
download | puppet-bootstrap-106977f49e6dbc925179ec2bded5455f45607189.tar.gz puppet-bootstrap-106977f49e6dbc925179ec2bded5455f45607189.tar.bz2 |
Remove import definitions (deprecated since puppet 3.x)
Diffstat (limited to 'manifests/bootstrap')
-rw-r--r-- | manifests/bootstrap/vagrant.pp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/manifests/bootstrap/vagrant.pp b/manifests/bootstrap/vagrant.pp index 9206db6..bd41755 100644 --- a/manifests/bootstrap/vagrant.pp +++ b/manifests/bootstrap/vagrant.pp @@ -3,9 +3,6 @@ # virtual machine. # -# Import site configuration -import "../site.pp" - # # Stage definitions # |