Files
kubernetes/cluster/saltbase/salt/cadvisor/init.sls
Filipe Brandenburger d7396acced Remove executable permissions of files that do not need it.
In particular, .gitignore, *.go, *.sls and etcd.conf are files that
should not be marked as executable.

Tested: built it with hack/build-go.sh, called all binaries with
  the -version flag to confirm they work.

Signed-off-by: Filipe Brandenburger <filbranden@google.com>
2014-08-01 08:22:46 -07:00

9 lines
201 B
Plaintext

/etc/kubernetes/manifests/cadvisor.manifest:
file.managed:
- source: salt://cadvisor/cadvisor.manifest
- user: root
- group: root
- mode: 644
- makedirs: true
- dir_mode: 755