Hi,
This block is causing the error below. If I remove that block of code, the state runs. Any ideas?
/etc/sysconfig/lwes-journaller-java:
file.managed:
- source: salt://lwes-journaller-java/etc/sysconfig/lwes-journaller-java
- user: t
- group: roleusers
- mode: 755
Error:
The minion function caused an exception: Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/salt/minion.py", line 796, in _thread_return
return_data = func(*args, **kwargs)
File "/usr/lib/python2.6/site-packages/salt/modules/state.py", line 275, in highstate
force=kwargs.get('force', False)
File "/usr/lib/python2.6/site-packages/salt/state.py", line 2502, in call_highstate
high, errors = self.render_highstate(matches)
File "/usr/lib/python2.6/site-packages/salt/state.py", line 2394, in render_highstate
sls, saltenv, mods, matches)
File "/usr/lib/python2.6/site-packages/salt/state.py", line 2140, in render_state
self._handle_state_decls(state, sls, saltenv, errors)
File "/usr/lib/python2.6/site-packages/salt/state.py", line 2288, in _handle_state_decls
'Name {0} in sls {1} is not a dictionary'.format(name, sls)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xa0' in position 0: ordinal not in range(128)