Displaying 2 results from an estimated 2 matches for "remote_".
Did you mean:
remote
2008 Oct 18
5
render :update / page.replace_html problem
Hi there,
I have this ajax problem, I''m desparately trying to debug since 1 entire
day now:
The Controller includes:
========================
[...]
render :update do |page|
page.replace_html ''coverletter_part'', :partial =>
''user/applicationfiles/coverletter_part''
end
[...]
The View includes:
==================
[...]
<div
2013 Mar 06
22
Windows Remote Desktop Services (Could not find a suitable provider for dism)
Hello all
Was wondering if someone could help or advise where i''m going wrong
i''m trying to install Windows 2008 R2 Remote Desktop Services via Puppet
using either DISM or Powershell modules from the forge and getting the same
error
When using DISM
class roles::trm::remote_desktop_services {
dism { ''AppServer'':
ensure => present,
}
dism { ''AppServer-UI'':
ensure => present,
}
dism { ''Printing-XPSServices-Features'':
ensure => present,
}
}
when this initially runs, I get pink error messages which I assume it...