Fix profile.d permissions again

Change-Id: Ic7700b2d20ec84db6e44653c6db7caa61d0470d2
diff --git a/linux/system/profile.sls b/linux/system/profile.sls
index 8c900b4..7e1fb28 100644
--- a/linux/system/profile.sls
+++ b/linux/system/profile.sls
@@ -1,13 +1,6 @@
 {%- from "linux/map.jinja" import system with context %}
 {%- if system.enabled %}
 
-/etc/profile.d:
-  file.directory:
-  - user: root
-  - group: root
-  - mode: 755
-  - makedirs: true
-
 profile.d_clean:
   file.directory:
   - name: /etc/profile.d
@@ -20,7 +13,6 @@
 profile.d_script_{{ name  }}:
     file.managed:
     - name: /etc/profile.d/salt_profile_{{ name }}{%if name.split('.')|length == 1 %}.sh{% endif %}
-    - mode: 755
     - source:
       - salt://linux/files/etc_profile_{{ name }}
       - salt://linux/files/etc_profile