aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/profile/vagrant.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem/profile/vagrant.pp')
-rw-r--r--manifests/subsystem/profile/vagrant.pp9
1 files changed, 0 insertions, 9 deletions
diff --git a/manifests/subsystem/profile/vagrant.pp b/manifests/subsystem/profile/vagrant.pp
deleted file mode 100644
index 6306b58..0000000
--- a/manifests/subsystem/profile/vagrant.pp
+++ /dev/null
@@ -1,9 +0,0 @@
-class nodo::subsystem::profile::vagrant inherits nodo::subsystem::profile {
- file { "/root/.profile":
- source => "puppet:///modules/nodo/root/profile",
- owner => "root",
- group => "root",
- mode => 0644,
- ensure => present,
- }
-}