diff --git a/manifests/init.pp b/manifests/init.pp
index 6f3529e453441a5a39ee74c89c34fbc3897b7664..03a9484c5f169bdd5de60bcb452e5d91f61ebe40 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -61,11 +61,11 @@ class aes {
 
   # File to easily see when Puppet was last executed.
   # Ideally, we would like to know if it is devel or production as well.
-  exec { '/usr/bin/touch /var/last_puppet_run' :
-    cwd   => '/var',
-    user  => root,
-    group => root,
-  }
+  # exec { '/usr/bin/touch /var/last_puppet_run' :
+  #   cwd   => '/var',
+  #   user  => root,
+  #   group => root,
+  # }
 
   # File containing which environment is used.
   file { '/var/puppet_environment' :
diff --git a/manifests/opendsa.pp b/manifests/opendsa.pp
index a0b5afd8f58d5c2e314a44658f5d7fdc6af2dc7e..04c8ef34f15bd9df1efb343c3f6c63da656b4eee 100644
--- a/manifests/opendsa.pp
+++ b/manifests/opendsa.pp
@@ -63,7 +63,7 @@ class aes::opendsa {
     command     => "${opendsa_home}/on_update.sh",
     require     => File["${opendsa_home}/on_update.sh"],
     notify      => Service[$opendsa_service],
-    refreshonly => true
+    refreshonly => true,
   }
 
   file { "${opendsa_home}/manage.sh":